#011C59

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

Shades of Sapphire #011C59

Tints of Sapphire #011C59

Color information

#011C59 (or 0x011C59) is unknown color: approx Sapphire. HEX triplet: 01, 1C and 59. RGB value is (1,28,89). Sum of RGB (Red+Green+Blue) = 1+28+89=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #011C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C59 is #FEE3A6. Grayscale: #1A1A1A. Windows color (decimal): -16704423 or 5839873. OLE color: 5839873.

HSL color Cylindrical-coordinate representation of color #011C59: hue angle of 221.59º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C59 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12889-
CMYK0.990.6900.65
HSL221.59º97.78%17.65%-
HSV(B)221.59º98.88%34.9%-
XYZ2.231.569.63-
YUV26.88163.05109.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 89 (35.16% from 255) = 75.42%
R=0.85%
G=23.73%
B=75.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal128890.990.6900.65221.5997.7817.65
Hex11C596345041de6212
Octal134131143105010133614222
Binary1111001011001110001110001010100000111011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C59; }

 p { color: rgb(1,28,89); }

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

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

 a { background-color: rgb(1,28,89); }

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

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

 span { border-color: rgb(1,28,89); }

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