#0E0473

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

Shades of Navy #0E0473

Tints of Navy #0E0473

Color information

#0E0473 (or 0x0E0473) is unknown color: approx Navy. HEX triplet: 0E, 04 and 73. RGB value is (14,4,115). Sum of RGB (Red+Green+Blue) = 14+4+115=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E0473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0473 is #F1FB8C. Grayscale: #131313. Windows color (decimal): -15858573 or 7537678. OLE color: 7537678.

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

Color convert

RGB144115-
CMYK0.880.9700.55
HSL245.41º93.28%23.33%-
HSV(B)245.41º96.52%45.1%-
XYZ3.321.4216.32-
YUV19.64181.81123.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.53%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 115 (45.31% from 255) = 86.47%
R=10.53%
G=3.01%
B=86.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1441150.880.9700.55245.4193.2823.33
HexE4735861037f55d17
Octal16416313014106736513527
Binary1110100111001110110001100001011011111110101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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