#0E047B

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

Shades of Navy #0E047B

Tints of Navy #0E047B

Color information

#0E047B (or 0x0E047B) is unknown color: approx Navy. HEX triplet: 0E, 04 and 7B. RGB value is (14,4,123). Sum of RGB (Red+Green+Blue) = 14+4+123=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 123 (48.44% from 255 or 87.23% from 141); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E047B is #F1FB84. Grayscale: #141414. Windows color (decimal): -15858565 or 8061966. OLE color: 8061966.

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

Color convert

RGB144123-
CMYK0.890.9700.52
HSL245.04º93.7%24.9%-
HSV(B)245.04º96.75%48.24%-
XYZ3.81.6118.85-
YUV20.56185.81123.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.93%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 123 (48.44% from 255) = 87.23%
R=9.93%
G=2.84%
B=87.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1441230.890.9700.52245.0493.724.9
HexE47B5961034f55e19
Octal16417313114106436513631
Binary1110100111101110110011100001011010011110101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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