#0E0572

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

Shades of Navy #0E0572

Tints of Navy #0E0572

Color information

#0E0572 (or 0x0E0572) is unknown color: approx Navy. HEX triplet: 0E, 05 and 72. RGB value is (14,5,114). Sum of RGB (Red+Green+Blue) = 14+5+114=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E0572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0572 is #F1FA8D. Grayscale: #131313. Windows color (decimal): -15858318 or 7472398. OLE color: 7472398.

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

Color convert

RGB145114-
CMYK0.880.9600.55
HSL244.95º91.6%23.33%-
HSV(B)244.95º95.61%44.71%-
XYZ3.271.4216.02-
YUV20.12180.98123.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.53%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 114 (44.92% from 255) = 85.71%
R=10.53%
G=3.76%
B=85.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1451140.880.9600.55244.9591.623.33
HexE5725860037f55c17
Octal16516213014006736513427
Binary1110101111001010110001100000011011111110101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,5,114); }

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

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

 a { background-color: rgb(14,5,114); }

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

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

 span { border-color: rgb(14,5,114); }

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