#0E1556

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

Shades of Midnight Blue #0E1556

Tints of Midnight Blue #0E1556

Color information

#0E1556 (or 0x0E1556) is unknown color: approx Midnight Blue. HEX triplet: 0E, 15 and 56. RGB value is (14,21,86). Sum of RGB (Red+Green+Blue) = 14+21+86=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 86 (33.98% from 255 or 71.07% from 121); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E1556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1556 is #F1EAA9. Grayscale: #1A1A1A. Windows color (decimal): -15854250 or 5641486. OLE color: 5641486.

HSL color Cylindrical-coordinate representation of color #0E1556: hue angle of 234.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1556 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB142186-
CMYK0.840.7600.66
HSL234.17º72%19.61%-
HSV(B)234.17º83.72%33.73%-
XYZ2.131.38.94-
YUV26.32161.68119.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.57%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 86 (33.98% from 255) = 71.07%
R=11.57%
G=17.36%
B=71.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1421860.840.7600.66234.177219.61
HexE1556544C042ea4814
Octal1625126124114010235211024
Binary1110101011010110101010010011000100001011101010100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,21,86); }

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

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

 a { background-color: rgb(14,21,86); }

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

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

 span { border-color: rgb(14,21,86); }

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