Html Css Color HEX #010E76 Navy

📋 copy color: '#010E76'

red 1 ◦ green 14 ◦ blue 118

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

Shades of Navy #010E76

Tints of Navy #010E76

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.53%

 BLUE value IS 118 (46.48% from 255) = 88.72%

R = 0.75%
G = 10.53%
B = 88.72%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010E76 (or 0x010E76) is known color: Navy. HEX triplet: 01, 0E and 76. RGB value is (1,14,118). Sum of RGB (Red+Green+Blue) = 1+14+118=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 118 (46.48% from 255 or 88.72% from 133); Max value from RGB is 118 - color contains mainly: blue. Hex color #010E76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E76 is #FEF189. Grayscale: #151515. Windows color (decimal): -16707978 or 7736833. OLE color: 7736833.

HSL color Cylindrical-coordinate representation of color #010E76: hue angle of 233.33º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010E76 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 14 118 -
CMYK 0.99 0.88 0 0.54
HSL 233.33º 0.98% 0.23% -
HSV(B) 233.33º 0.99% 0.46% -
XYZ 3.44 1.63 17.27 -
YUV 21.97 182.19 113.04 -
System Red Green Blue C M Y K H S L
Decimal 1 14 118 0.99 0.88 0 0.54 233.33 0.98 0.23
Hex 1 E 76 63 58 0 36 E9 62 17
Octal 1 16 166 143 130 0 66 351 142 27
Binary 1 1110 1110110 1100011 1011000 0 110110 11101001 1100010 10111

Color Harmonies of #010E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E76

Black with #010E76

Text Example


Text Example

White with #010E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010E76; }

 p { color: rgb(1,14,118); }

 H1.HeaderClassName
 {
   color: #010E76;
 }
 .AnyTagClassName
 {
   color: #010E76;
 }
</style>

background-color css

<style>
 a { background-color: #010E76; }

 a { background-color: rgb(1,14,118); }

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

border-color css

<style>
 span { border-color: #010E76; }

 span { border-color: rgb(1,14,118); }

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