Html Css Color HEX #011E56 Sapphire

📋 copy color: '#011E56'

red 1 ◦ green 30 ◦ blue 86

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

Shades of Sapphire #011E56

Tints of Sapphire #011E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 73.5%

R = 0.85%
G = 25.64%
B = 73.5%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#011E56 (or 0x011E56) is known color: Sapphire. HEX triplet: 01, 1E and 56. RGB value is (1,30,86). Sum of RGB (Red+Green+Blue) = 1+30+86=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 86 (33.98% from 255 or 73.50% from 117); Max value from RGB is 86 - color contains mainly: blue. Hex color #011E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011E56 is #FEE1A9. Grayscale: #1B1B1B. Windows color (decimal): -16703914 or 5643777. OLE color: 5643777.

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

Color convert

RGB 1 30 86 -
CMYK 0.99 0.65 0 0.66
HSL 219.53º 0.98% 0.17% -
HSV(B) 219.53º 0.99% 0.34% -
XYZ 2.16 1.61 9 -
YUV 27.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 1 30 86 0.99 0.65 0 0.66 219.53 0.98 0.17
Hex 1 1E 56 63 41 0 42 DC 62 11
Octal 1 36 126 143 101 0 102 334 142 21
Binary 1 11110 1010110 1100011 1000001 0 1000010 11011100 1100010 10001

Color Harmonies of #011E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E56

Black with #011E56

Text Example


Text Example

White with #011E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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