#011956

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

Shades of Sapphire #011956

Tints of Sapphire #011956

Color information

#011956 (or 0x011956) is unknown color: approx Sapphire. HEX triplet: 01, 19 and 56. RGB value is (1,25,86). Sum of RGB (Red+Green+Blue) = 1+25+86=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #011956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011956 is #FEE6A9. Grayscale: #181818. Windows color (decimal): -16705194 or 5642497. OLE color: 5642497.

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

Color convert

RGB12586-
CMYK0.990.7100.66
HSL223.06º97.7%17.06%-
HSV(B)223.06º98.84%33.73%-
XYZ2.041.378.96-
YUV24.78162.55111.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 86 (33.98% from 255) = 76.79%
R=0.89%
G=22.32%
B=76.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal125860.990.7100.66223.0697.717.06
Hex119566347042df6211
Octal131126143107010233714221
Binary1110011010110110001110001110100001011011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011956; }

 p { color: rgb(1,25,86); }

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

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

 a { background-color: rgb(1,25,86); }

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

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

 span { border-color: rgb(1,25,86); }

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