Html Css Color HEX #000E73 Navy

📋 copy color: '#000E73'

red 0 ◦ green 14 ◦ blue 115

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

Shades of Navy #000E73

Tints of Navy #000E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 89.15%

R = 0%
G = 10.85%
B = 89.15%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#000E73 (or 0x000E73) is known color: Navy. HEX triplet: 00, 0E and 73. RGB value is (0,14,115). Sum of RGB (Red+Green+Blue) = 0+14+115=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 115 (45.31% from 255 or 89.15% from 129); Max value from RGB is 115 - color contains mainly: blue. Hex color #000E73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E73 is #FFF18C. Grayscale: #141414. Windows color (decimal): -16773517 or 7540224. OLE color: 7540224.

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

Color convert

RGB 0 14 115 -
CMYK 1 0.88 0 0.55
HSL 232.7º 1% 0.23% -
HSV(B) 232.7º 1% 0.45% -
XYZ 3.25 1.55 16.35 -
YUV 21.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 0 14 115 1 0.88 0 0.55 232.7 1 0.23
Hex 0 E 73 64 58 0 37 E9 64 17
Octal 0 16 163 144 130 0 67 351 144 27
Binary 0 1110 1110011 1100100 1011000 0 110111 11101001 1100100 10111

Color Harmonies of #000E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E73

Black with #000E73

Text Example


Text Example

White with #000E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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