#011B59

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

Shades of Sapphire #011B59

Tints of Sapphire #011B59

Color information

#011B59 (or 0x011B59) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 59. RGB value is (1,27,89). Sum of RGB (Red+Green+Blue) = 1+27+89=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #011B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B59 is #FEE4A6. Grayscale: #1A1A1A. Windows color (decimal): -16704679 or 5839617. OLE color: 5839617.

HSL color Cylindrical-coordinate representation of color #011B59: hue angle of 222.27º 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 #011B59 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12789-
CMYK0.990.7000.65
HSL222.27º97.78%17.65%-
HSV(B)222.27º98.88%34.9%-
XYZ2.211.519.63-
YUV26.29163.39109.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 89 (35.16% from 255) = 76.07%
R=0.85%
G=23.08%
B=76.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal127890.990.7000.65222.2797.7817.65
Hex11B596346041de6212
Octal133131143106010133614222
Binary1110111011001110001110001100100000111011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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