#0E0479

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

Shades of Navy #0E0479

Tints of Navy #0E0479

Color information

#0E0479 (or 0x0E0479) is unknown color: approx Navy. HEX triplet: 0E, 04 and 79. RGB value is (14,4,121). Sum of RGB (Red+Green+Blue) = 14+4+121=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 121 (47.66% from 255 or 87.05% from 139); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E0479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0479 is #F1FB86. Grayscale: #131313. Windows color (decimal): -15858567 or 7930894. OLE color: 7930894.

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

Color convert

RGB144121-
CMYK0.880.9700.53
HSL245.13º93.6%24.51%-
HSV(B)245.13º96.69%47.45%-
XYZ3.681.5618.2-
YUV20.33184.81123.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.07%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 121 (47.66% from 255) = 87.05%
R=10.07%
G=2.88%
B=87.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1441210.880.9700.53245.1393.624.51
HexE4795861035f55e19
Octal16417113014106536513631
Binary1110100111100110110001100001011010111110101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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