#0E0370

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

Shades of Navy #0E0370

Tints of Navy #0E0370

Color information

#0E0370 (or 0x0E0370) is unknown color: approx Navy. HEX triplet: 0E, 03 and 70. RGB value is (14,3,112). Sum of RGB (Red+Green+Blue) = 14+3+112=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E0370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0370 is #F1FC8F. Grayscale: #121212. Windows color (decimal): -15858832 or 7340814. OLE color: 7340814.

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

Color convert

RGB143112-
CMYK0.880.9700.56
HSL246.06º94.78%22.55%-
HSV(B)246.06º97.32%43.92%-
XYZ3.141.3315.42-
YUV18.72180.64124.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.85%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 112 (44.14% from 255) = 86.82%
R=10.85%
G=2.33%
B=86.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1431120.880.9700.56246.0694.7822.55
HexE3705861038f65f17
Octal16316013014107036613727
Binary111011111000010110001100001011100011110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,112); }

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

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

 a { background-color: rgb(14,3,112); }

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

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

 span { border-color: rgb(14,3,112); }

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