#0E0476

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

Shades of Navy #0E0476

Tints of Navy #0E0476

Color information

#0E0476 (or 0x0E0476) is unknown color: approx Navy. HEX triplet: 0E, 04 and 76. RGB value is (14,4,118). Sum of RGB (Red+Green+Blue) = 14+4+118=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E0476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0476 is #F1FB89. Grayscale: #131313. Windows color (decimal): -15858570 or 7734286. OLE color: 7734286.

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

Color convert

RGB144118-
CMYK0.880.9700.54
HSL245.26º93.44%23.92%-
HSV(B)245.26º96.61%46.27%-
XYZ3.491.4917.24-
YUV19.99183.31123.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.29%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 118 (46.48% from 255) = 86.76%
R=10.29%
G=2.94%
B=86.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1441180.880.9700.54245.2693.4423.92
HexE4765861036f55d18
Octal16416613014106636513530
Binary1110100111011010110001100001011011011110101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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