#031856

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

Shades of Sapphire #031856

Tints of Sapphire #031856

Color information

#031856 (or 0x031856) is unknown color: approx Sapphire. HEX triplet: 03, 18 and 56. RGB value is (3,24,86). Sum of RGB (Red+Green+Blue) = 3+24+86=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #031856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031856 is #FCE7A9. Grayscale: #181818. Windows color (decimal): -16574378 or 5642243. OLE color: 5642243.

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

Color convert

RGB32486-
CMYK0.970.7200.66
HSL224.82º93.26%17.45%-
HSV(B)224.82º96.51%33.73%-
XYZ2.041.348.96-
YUV24.79162.54112.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 86 (33.98% from 255) = 76.11%
R=2.65%
G=21.24%
B=76.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal324860.970.7200.66224.8293.2617.45
Hex318566148042e15d11
Octal330126141110010234113521
Binary11110001010110110000110010000100001011100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031856; }

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

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

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

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

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

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

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

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