#0E0179

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

Shades of Navy #0E0179

Tints of Navy #0E0179

Color information

#0E0179 (or 0x0E0179) is unknown color: approx Navy. HEX triplet: 0E, 01 and 79. RGB value is (14,1,121). Sum of RGB (Red+Green+Blue) = 14+1+121=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 121 (47.66% from 255 or 88.97% from 136); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E0179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0179 is #F1FE86. Grayscale: #121212. Windows color (decimal): -15859335 or 7930126. OLE color: 7930126.

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

Color convert

RGB141121-
CMYK0.880.9900.53
HSL246.5º98.36%23.92%-
HSV(B)246.5º99.17%47.45%-
XYZ3.641.518.19-
YUV18.57185.81124.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.29%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 121 (47.66% from 255) = 88.97%
R=10.29%
G=0.74%
B=88.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1411210.880.9900.53246.598.3623.92
HexE1795863035f66218
Octal16117113014306536614230
Binary11101111100110110001100011011010111110110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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