Html Css Color HEX #011E60 Sapphire

📋 copy color: '#011E60'

red 1 ◦ green 30 ◦ blue 96

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

Shades of Sapphire #011E60

Tints of Sapphire #011E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 75.59%

R = 0.79%
G = 23.62%
B = 75.59%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#011E60 (or 0x011E60) is known color: Sapphire. HEX triplet: 01, 1E and 60. RGB value is (1,30,96). Sum of RGB (Red+Green+Blue) = 1+30+96=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #011E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E60 is #FEE19F. Grayscale: #1C1C1C. Windows color (decimal): -16703904 or 6299137. OLE color: 6299137.

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

Color convert

RGB 1 30 96 -
CMYK 0.99 0.69 0 0.62
HSL 221.68º 0.98% 0.19% -
HSV(B) 221.68º 0.99% 0.38% -
XYZ 2.59 1.78 11.27 -
YUV 28.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 1 30 96 0.99 0.69 0 0.62 221.68 0.98 0.19
Hex 1 1E 60 63 45 0 3E DE 62 13
Octal 1 36 140 143 105 0 76 336 142 23
Binary 1 11110 1100000 1100011 1000101 0 111110 11011110 1100010 10011

Color Harmonies of #011E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E60

Black with #011E60

Text Example


Text Example

White with #011E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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