Html Css Color HEX #0E0077 Navy

📋 copy color: '#0E0077'

red 14 ◦ green 0 ◦ blue 119

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

Shades of Navy #0E0077

Tints of Navy #0E0077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 89.47%

R = 10.53%
G = 0%
B = 89.47%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E0077 (or 0x0E0077) is known color: Navy. HEX triplet: 0E, 00 and 77. RGB value is (14,0,119). Sum of RGB (Red+Green+Blue) = 14+0+119=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 119 (46.88% from 255 or 89.47% from 133); Max value from RGB is 119 - color contains mainly: blue. Hex color #0E0077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0077 is #F1FF88. Grayscale: #111111. Windows color (decimal): -15859593 or 7798798. OLE color: 7798798.

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

Color convert

RGB 14 0 119 -
CMYK 0.88 1 0 0.53
HSL 247.06º 1% 0.23% -
HSV(B) 247.06º 1% 0.47% -
XYZ 3.51 1.43 17.54 -
YUV 17.75 185.14 125.32 -
System Red Green Blue C M Y K H S L
Decimal 14 0 119 0.88 1 0 0.53 247.06 1 0.23
Hex E 0 77 58 64 0 35 F7 64 17
Octal 16 0 167 130 144 0 65 367 144 27
Binary 1110 0 1110111 1011000 1100100 0 110101 11110111 1100100 10111

Color Harmonies of #0E0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0077

Black with #0E0077

Text Example


Text Example

White with #0E0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E0077; }

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

 H1.HeaderClassName
 {
   color: #0E0077;
 }
 .AnyTagClassName
 {
   color: #0E0077;
 }
</style>

background-color css

<style>
 a { background-color: #0E0077; }

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

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

border-color css

<style>
 span { border-color: #0E0077; }

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

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