#0E047F

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

Shades of Navy #0E047F

Tints of Navy #0E047F

Color information

#0E047F (or 0x0E047F) is unknown color: approx Navy. HEX triplet: 0E, 04 and 7F. RGB value is (14,4,127). Sum of RGB (Red+Green+Blue) = 14+4+127=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 127 (50% from 255 or 87.59% from 145); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E047F is #F1FB80. Grayscale: #141414. Windows color (decimal): -15858561 or 8324110. OLE color: 8324110.

HSL color Cylindrical-coordinate representation of color #0E047F: hue angle of 244.88º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E047F is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB144127-
CMYK0.890.9700.50
HSL244.88º93.89%25.69%-
HSV(B)244.88º96.85%49.8%-
XYZ4.061.7120.2-
YUV21.01187.81123-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.66%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 127 (50% from 255) = 87.59%
R=9.66%
G=2.76%
B=87.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1441270.890.9700.50244.8893.8925.69
HexE47F5961032f55e1a
Octal16417713114106236513632
Binary1110100111111110110011100001011001011110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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