Html Css Color HEX #011E59 Sapphire

📋 copy color: '#011E59'

red 1 ◦ green 30 ◦ blue 89

#011E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #011E59

Tints of Sapphire #011E59

RGB

 RED value IS 1 (0.78% from 255) = 0.83%

 GREEN value IS 30 (12.11% from 255) = 25%

 BLUE value IS 89 (35.16% from 255) = 74.17%

R = 0.83%
G = 25%
B = 74.17%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#011E59 (or 0x011E59) is known color: Sapphire. HEX triplet: 01, 1E and 59. RGB value is (1,30,89). Sum of RGB (Red+Green+Blue) = 1+30+89=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #011E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E59 is #FEE1A6. Grayscale: #1B1B1B. Windows color (decimal): -16703911 or 5840385. OLE color: 5840385.

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

Color convert

RGB 1 30 89 -
CMYK 0.99 0.66 0 0.65
HSL 220.23º 0.98% 0.18% -
HSV(B) 220.23º 0.99% 0.35% -
XYZ 2.28 1.66 9.65 -
YUV 28.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 1 30 89 0.99 0.66 0 0.65 220.23 0.98 0.18
Hex 1 1E 59 63 42 0 41 DC 62 12
Octal 1 36 131 143 102 0 101 334 142 22
Binary 1 11110 1011001 1100011 1000010 0 1000001 11011100 1100010 10010

Color Harmonies of #011E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E59

Black with #011E59

Text Example


Text Example

White with #011E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #011E59;
 }
 .AnyTagClassName
 {
   color: #011E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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