#031d69

Color #031D69 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #031D69

Tints of Sapphire #031D69

Color information

#031D69 (or 0x031D69) is unknown color: approx Sapphire. HEX triplet: 03, 1D and 69. RGB value is (3,29,105). Sum of RGB (Red+Green+Blue) = 3+29+105=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 105 (41.41% from 255 or 76.64% from 137); Max value from RGB is 105 - color contains mainly: blue. Hex color #031D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D69 is #FCE296. Grayscale: #1D1D1D. Windows color (decimal): -16573079 or 6888707. OLE color: 6888707.

HSL color Cylindrical-coordinate representation of color #031D69: hue angle of 224.71º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031D69 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB329105-
CMYK0.970.7200.59
HSL224.71º94.44%21.18%-
HSV(B)224.71º97.14%41.18%-
XYZ3.031.9213.58-
YUV29.89170.39108.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 105 (41.41% from 255) = 76.64%
R=2.19%
G=21.17%
B=76.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3291050.970.7200.59224.7194.4421.18
Hex31D69614803Be15e15
Octal33515114111007334113625
Binary1111101110100111000011001000011101111100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031d69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031d69; }

 p { color: rgb(3,29,105); }

 H1.HeaderClassName
 {
   color: #031d69;
 }
 .AnyTagClassName
 {
   color: #031d69;
 }
</style>
background-color css

<style>
 a { background-color: #031d69; }

 a { background-color: rgb(3,29,105); }

 div.DivClassName
 {
   background-color: #031d69;
 }
 .BgClassName
 {
   background-color: #031d69;
 }
</style>
border-color css

<style>
 span { border-color: #031d69; }

 span { border-color: rgb(3,29,105); }

 td.TdClassName
 {
   border-color: #031d69;
 }
 .TagClassName
 {
   border-color: #031d69;
 }
</style>