#0E0C7D

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

Shades of Navy #0E0C7D

Tints of Navy #0E0C7D

Color information

#0E0C7D (or 0x0E0C7D) is unknown color: approx Navy. HEX triplet: 0E, 0C and 7D. RGB value is (14,12,125). Sum of RGB (Red+Green+Blue) = 14+12+125=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E0C7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0C7D is #F1F382. Grayscale: #191919. Windows color (decimal): -15856515 or 8195086. OLE color: 8195086.

HSL color Cylindrical-coordinate representation of color #0E0C7D: hue angle of 241.06º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0C7D is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1412125-
CMYK0.890.9000.51
HSL241.06º82.48%26.86%-
HSV(B)241.06º90.4%49.02%-
XYZ4.011.8419.55-
YUV25.48184.16119.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 125 (49.22% from 255) = 82.78%
R=9.27%
G=7.95%
B=82.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14121250.890.9000.51241.0682.4826.86
HexEC7D595A033f1521b
Octal161417513113206336112233
Binary11101100111110110110011011010011001111110001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,12,125); }

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

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

 a { background-color: rgb(14,12,125); }

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

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

 span { border-color: rgb(14,12,125); }

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