#031566

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

Shades of Sapphire #031566

Tints of Sapphire #031566

Color information

#031566 (or 0x031566) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 66. RGB value is (3,21,102). Sum of RGB (Red+Green+Blue) = 3+21+102=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #031566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031566 is #FCEA99. Grayscale: #181818. Windows color (decimal): -16575130 or 6690051. OLE color: 6690051.

HSL color Cylindrical-coordinate representation of color #031566: hue angle of 229.09º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031566 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB321102-
CMYK0.970.7900.6
HSL229.09º94.29%20.59%-
HSV(B)229.09º97.06%40%-
XYZ2.71.5112.72-
YUV24.85171.54112.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 102 (40.23% from 255) = 80.95%
R=2.38%
G=16.67%
B=80.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3211020.970.7900.6229.0994.2920.59
Hex31566614F03Ce55e15
Octal32514614111707434513625
Binary1110101110011011000011001111011110011100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031566; }

 p { color: rgb(3,21,102); }

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

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

 a { background-color: rgb(3,21,102); }

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

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

 span { border-color: rgb(3,21,102); }

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