#0E016C

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

Shades of Navy #0E016C

Tints of Navy #0E016C

Color information

#0E016C (or 0x0E016C) is unknown color: approx Navy. HEX triplet: 0E, 01 and 6C. RGB value is (14,1,108). Sum of RGB (Red+Green+Blue) = 14+1+108=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 108 (42.58% from 255 or 87.80% from 123); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E016C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E016C is #F1FE93. Grayscale: #101010. Windows color (decimal): -15859348 or 7078158. OLE color: 7078158.

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

Color convert

RGB141108-
CMYK0.870.9900.58
HSL247.29º98.17%21.37%-
HSV(B)247.29º99.07%42.35%-
XYZ2.91.214.27-
YUV17.08179.31125.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.38%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 108 (42.58% from 255) = 87.80%
R=11.38%
G=0.81%
B=87.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1411080.870.9900.58247.2998.1721.37
HexE16C576303Af76215
Octal16115412714307236714225
Binary11101110110010101111100011011101011110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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