#031556

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

Shades of Sapphire #031556

Tints of Sapphire #031556

Color information

#031556 (or 0x031556) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 56. RGB value is (3,21,86). Sum of RGB (Red+Green+Blue) = 3+21+86=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #031556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031556 is #FCEAA9. Grayscale: #161616. Windows color (decimal): -16575146 or 5641475. OLE color: 5641475.

HSL color Cylindrical-coordinate representation of color #031556: hue angle of 226.99º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031556 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB32186-
CMYK0.970.7600.66
HSL226.99º93.26%17.45%-
HSV(B)226.99º96.51%33.73%-
XYZ1.991.238.94-
YUV23.03163.54113.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 86 (33.98% from 255) = 78.18%
R=2.73%
G=19.09%
B=78.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal321860.970.7600.66226.9993.2617.45
Hex31556614C042e35d11
Octal325126141114010234313521
Binary11101011010110110000110011000100001011100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031556; }

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

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

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

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

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

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

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

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