#0E1166

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

Shades of Midnight Blue #0E1166

Tints of Midnight Blue #0E1166

Color information

#0E1166 (or 0x0E1166) is unknown color: approx Midnight Blue. HEX triplet: 0E, 11 and 66. RGB value is (14,17,102). Sum of RGB (Red+Green+Blue) = 14+17+102=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E1166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1166 is #F1EE99. Grayscale: #191919. Windows color (decimal): -15855258 or 6689038. OLE color: 6689038.

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

Color convert

RGB1417102-
CMYK0.860.8300.6
HSL237.95º75.86%22.75%-
HSV(B)237.95º86.27%40%-
XYZ2.781.4512.7-
YUV25.79171.01119.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.53%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 102 (40.23% from 255) = 76.69%
R=10.53%
G=12.78%
B=76.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal14171020.860.8300.6237.9575.8622.75
HexE1166565303Cee4c17
Octal162114612612307435611427
Binary111010001110011010101101010011011110011101110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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