#011856

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

Shades of Sapphire #011856

Tints of Sapphire #011856

Color information

#011856 (or 0x011856) is unknown color: approx Sapphire. HEX triplet: 01, 18 and 56. RGB value is (1,24,86). Sum of RGB (Red+Green+Blue) = 1+24+86=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #011856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011856 is #FEE7A9. Grayscale: #171717. Windows color (decimal): -16705450 or 5642241. OLE color: 5642241.

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

Color convert

RGB12486-
CMYK0.990.7200.66
HSL223.76º97.7%17.06%-
HSV(B)223.76º98.84%33.73%-
XYZ2.021.338.95-
YUV24.19162.88111.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 86 (33.98% from 255) = 77.48%
R=0.90%
G=21.62%
B=77.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal124860.990.7200.66223.7697.717.06
Hex118566348042e06211
Octal130126143110010234014221
Binary1110001010110110001110010000100001011100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011856; }

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

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

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

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

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

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

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

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