#0E0966

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

Shades of Midnight Blue #0E0966

Tints of Midnight Blue #0E0966

Color information

#0E0966 (or 0x0E0966) is unknown color: approx Midnight Blue. HEX triplet: 0E, 09 and 66. RGB value is (14,9,102). Sum of RGB (Red+Green+Blue) = 14+9+102=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 102 (40.23% from 255 or 81.6% from 125); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E0966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0966 is #F1F699. Grayscale: #141414. Windows color (decimal): -15857306 or 6686990. OLE color: 6686990.

HSL color Cylindrical-coordinate representation of color #0E0966: hue angle of 243.23º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0966 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB149102-
CMYK0.860.9100.6
HSL243.23º83.78%21.76%-
HSV(B)243.23º91.18%40%-
XYZ2.681.2512.67-
YUV21.1173.66122.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.2%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 102 (40.23% from 255) = 81.6%
R=11.2%
G=7.2%
B=81.6%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1491020.860.9100.6243.2383.7821.76
HexE966565B03Cf35416
Octal161114612613307436312426
Binary11101001110011010101101011011011110011110011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,102); }

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

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

 a { background-color: rgb(14,9,102); }

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

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

 span { border-color: rgb(14,9,102); }

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