#0E0170

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

Shades of Navy #0E0170

Tints of Navy #0E0170

Color information

#0E0170 (or 0x0E0170) is unknown color: approx Navy. HEX triplet: 0E, 01 and 70. RGB value is (14,1,112). Sum of RGB (Red+Green+Blue) = 14+1+112=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E0170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0170 is #F1FE8F. Grayscale: #111111. Windows color (decimal): -15859344 or 7340302. OLE color: 7340302.

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

Color convert

RGB141112-
CMYK0.880.9900.56
HSL247.03º98.23%22.16%-
HSV(B)247.03º99.11%43.92%-
XYZ3.121.2815.41-
YUV17.54181.31125.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.02%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 112 (44.14% from 255) = 88.19%
R=11.02%
G=0.79%
B=88.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1411120.880.9900.56247.0398.2322.16
HexE1705863038f76216
Octal16116013014307036714226
Binary11101111000010110001100011011100011110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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