Html Css Color HEX #000E76 Navy

📋 copy color: '#000E76'

red 0 ◦ green 14 ◦ blue 118

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

Shades of Navy #000E76

Tints of Navy #000E76

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 10.61%
B = 89.39%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000E76 (or 0x000E76) is known color: Navy. HEX triplet: 00, 0E and 76. RGB value is (0,14,118). Sum of RGB (Red+Green+Blue) = 0+14+118=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 118 (46.48% from 255 or 89.39% from 132); Max value from RGB is 118 - color contains mainly: blue. Hex color #000E76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E76 is #FFF189. Grayscale: #151515. Windows color (decimal): -16773514 or 7736832. OLE color: 7736832.

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

Color convert

RGB 0 14 118 -
CMYK 1 0.88 0 0.54
HSL 232.88º 1% 0.23% -
HSV(B) 232.88º 1% 0.46% -
XYZ 3.43 1.62 17.27 -
YUV 21.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 0 14 118 1 0.88 0 0.54 232.88 1 0.23
Hex 0 E 76 64 58 0 36 E9 64 17
Octal 0 16 166 144 130 0 66 351 144 27
Binary 0 1110 1110110 1100100 1011000 0 110110 11101001 1100100 10111

Color Harmonies of #000E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E76

Black with #000E76

Text Example


Text Example

White with #000E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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