#031256

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

Shades of Sapphire #031256

Tints of Sapphire #031256

Color information

#031256 (or 0x031256) is unknown color: approx Sapphire. HEX triplet: 03, 12 and 56. RGB value is (3,18,86). Sum of RGB (Red+Green+Blue) = 3+18+86=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 86 (33.98% from 255 or 80.37% from 107); Max value from RGB is 86 - color contains mainly: blue. Hex color #031256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031256 is #FCEDA9. Grayscale: #141414. Windows color (decimal): -16575914 or 5640707. OLE color: 5640707.

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

Color convert

RGB31886-
CMYK0.970.7900.66
HSL229.16º93.26%17.45%-
HSV(B)229.16º96.51%33.73%-
XYZ1.931.128.92-
YUV21.27164.53114.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 86 (33.98% from 255) = 80.37%
R=2.80%
G=16.82%
B=80.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal318860.970.7900.66229.1693.2617.45
Hex31256614F042e55d11
Octal322126141117010234513521
Binary11100101010110110000110011110100001011100101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031256; }

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

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

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

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

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

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

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

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