#0E0074

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

Shades of Navy #0E0074

Tints of Navy #0E0074

Color information

#0E0074 (or 0x0E0074) is unknown color: approx Navy. HEX triplet: 0E, 00 and 74. RGB value is (14,0,116). Sum of RGB (Red+Green+Blue) = 14+0+116=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 116 (45.70% from 255 or 89.23% from 130); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E0074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0074 is #F1FF8B. Grayscale: #101010. Windows color (decimal): -15859596 or 7602190. OLE color: 7602190.

HSL color Cylindrical-coordinate representation of color #0E0074: hue angle of 247.24º 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 #0E0074 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB140116-
CMYK0.88100.55
HSL247.24º100%22.75%-
HSV(B)247.24º100%45.49%-
XYZ3.331.3516.61-
YUV17.41183.64125.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 89.23%
R=10.77%
G=0%
B=89.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1401160.88100.55247.2410022.75
HexE0745864037f76417
Octal16016413014406736714427
Binary11100111010010110001100100011011111110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E0074;
 }
 .AnyTagClassName
 {
   color: #0E0074;
 }
</style>
background-color css

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

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

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

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

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

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