#0E016E

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

Shades of Navy #0E016E

Tints of Navy #0E016E

Color information

#0E016E (or 0x0E016E) is unknown color: approx Navy. HEX triplet: 0E, 01 and 6E. RGB value is (14,1,110). Sum of RGB (Red+Green+Blue) = 14+1+110=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 110 (43.36% from 255 or 88% from 125); Max value from RGB is 110 - color contains mainly: blue. Hex color #0E016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E016E is #F1FE91. Grayscale: #101010. Windows color (decimal): -15859346 or 7209230. OLE color: 7209230.

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

Color convert

RGB141110-
CMYK0.870.9900.57
HSL247.16º98.2%21.76%-
HSV(B)247.16º99.09%43.14%-
XYZ3.011.2414.83-
YUV17.31180.31125.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.2%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 110 (43.36% from 255) = 88%
R=11.2%
G=0.8%
B=88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1411100.870.9900.57247.1698.221.76
HexE16E5763039f76216
Octal16115612714307136714226
Binary11101110111010101111100011011100111110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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