#0E0775

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

Shades of Navy #0E0775

Tints of Navy #0E0775

Color information

#0E0775 (or 0x0E0775) is unknown color: approx Navy. HEX triplet: 0E, 07 and 75. RGB value is (14,7,117). Sum of RGB (Red+Green+Blue) = 14+7+117=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 117 (46.09% from 255 or 84.78% from 138); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E0775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0775 is #F1F88A. Grayscale: #151515. Windows color (decimal): -15857803 or 7669518. OLE color: 7669518.

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

Color convert

RGB147117-
CMYK0.880.9400.54
HSL243.82º88.71%24.31%-
HSV(B)243.82º94.02%45.88%-
XYZ3.471.5316.94-
YUV21.63181.82122.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.14%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 117 (46.09% from 255) = 84.78%
R=10.14%
G=5.07%
B=84.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1471170.880.9400.54243.8288.7124.31
HexE775585E036f45918
Octal16716513013606636413130
Binary1110111111010110110001011110011011011110100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,7,117); }

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

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

 a { background-color: rgb(14,7,117); }

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

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

 span { border-color: rgb(14,7,117); }

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