#031B56

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

Shades of Sapphire #031B56

Tints of Sapphire #031B56

Color information

#031B56 (or 0x031B56) is unknown color: approx Sapphire. HEX triplet: 03, 1B and 56. RGB value is (3,27,86). Sum of RGB (Red+Green+Blue) = 3+27+86=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #031B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B56 is #FCE4A9. Grayscale: #1A1A1A. Windows color (decimal): -16573610 or 5643011. OLE color: 5643011.

HSL color Cylindrical-coordinate representation of color #031B56: hue angle of 222.65º 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 #031B56 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB32786-
CMYK0.970.6900.66
HSL222.65º93.26%17.45%-
HSV(B)222.65º96.51%33.73%-
XYZ2.111.488.98-
YUV26.55161.55111.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 86 (33.98% from 255) = 74.14%
R=2.59%
G=23.28%
B=74.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal327860.970.6900.66222.6593.2617.45
Hex31B566145042df5d11
Octal333126141105010233713521
Binary11110111010110110000110001010100001011011111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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