#0E0176

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

Shades of Navy #0E0176

Tints of Navy #0E0176

Color information

#0E0176 (or 0x0E0176) is unknown color: approx Navy. HEX triplet: 0E, 01 and 76. RGB value is (14,1,118). Sum of RGB (Red+Green+Blue) = 14+1+118=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 118 (46.48% from 255 or 88.72% from 133); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E0176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0176 is #F1FE89. Grayscale: #111111. Windows color (decimal): -15859338 or 7733518. OLE color: 7733518.

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

Color convert

RGB141118-
CMYK0.880.9900.54
HSL246.67º98.32%23.33%-
HSV(B)246.67º99.15%46.27%-
XYZ3.461.4217.23-
YUV18.23184.31124.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.53%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 118 (46.48% from 255) = 88.72%
R=10.53%
G=0.75%
B=88.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1411180.880.9900.54246.6798.3223.33
HexE1765863036f76217
Octal16116613014306636714227
Binary11101111011010110001100011011011011110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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