#0e0077

Color #0E0077 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0E0077

Tints of Navy #0E0077

Color information

#0E0077 (or 0x0E0077) is unknown color: approx 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

RGB140119-
CMYK0.88100.53
HSL247.06º100%23.33%-
HSV(B)247.06º100%46.67%-
XYZ3.511.4317.54-
YUV17.75185.14125.32-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1401190.88100.53247.0610023.33
HexE0775864035f76417
Octal16016713014406536714427
Binary11100111011110110001100100011010111110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e0077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>