#0E0174

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

Shades of Navy #0E0174

Tints of Navy #0E0174

Color information

#0E0174 (or 0x0E0174) is unknown color: approx Navy. HEX triplet: 0E, 01 and 74. RGB value is (14,1,116). Sum of RGB (Red+Green+Blue) = 14+1+116=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 116 (45.70% from 255 or 88.55% from 131); Max value from RGB is 116 - color contains mainly: blue. Hex color #0E0174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0174 is #F1FE8B. Grayscale: #111111. Windows color (decimal): -15859340 or 7602446. OLE color: 7602446.

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

Color convert

RGB141116-
CMYK0.880.9900.55
HSL246.78º98.29%22.94%-
HSV(B)246.78º99.14%45.49%-
XYZ3.341.3816.61-
YUV18183.31125.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.69%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 116 (45.70% from 255) = 88.55%
R=10.69%
G=0.76%
B=88.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1411160.880.9900.55246.7898.2922.94
HexE1745863037f76217
Octal16116413014306736714227
Binary11101111010010110001100011011011111110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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