#0E207F

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

Shades of Midnight Blue #0E207F

Tints of Midnight Blue #0E207F

Color information

#0E207F (or 0x0E207F) is unknown color: approx Midnight Blue. HEX triplet: 0E, 20 and 7F. RGB value is (14,32,127). Sum of RGB (Red+Green+Blue) = 14+32+127=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E207F is #F1DF80. Grayscale: #252525. Windows color (decimal): -15851393 or 8331278. OLE color: 8331278.

HSL color Cylindrical-coordinate representation of color #0E207F: hue angle of 230.44º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E207F is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1432127-
CMYK0.890.7500.50
HSL230.44º80.14%27.65%-
HSV(B)230.44º88.98%49.8%-
XYZ4.532.6620.35-
YUV37.45178.54111.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.09%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 127 (50% from 255) = 73.41%
R=8.09%
G=18.50%
B=73.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14321270.890.7500.50230.4480.1427.65
HexE207F594B032e6501c
Octal164017713111306234612034
Binary1110100000111111110110011001011011001011100110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,32,127); }

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

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

 a { background-color: rgb(14,32,127); }

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

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

 span { border-color: rgb(14,32,127); }

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