#0E1659

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

Shades of Midnight Blue #0E1659

Tints of Midnight Blue #0E1659

Color information

#0E1659 (or 0x0E1659) is unknown color: approx Midnight Blue. HEX triplet: 0E, 16 and 59. RGB value is (14,22,89). Sum of RGB (Red+Green+Blue) = 14+22+89=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E1659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1659 is #F1E9A6. Grayscale: #1A1A1A. Windows color (decimal): -15853991 or 5838350. OLE color: 5838350.

HSL color Cylindrical-coordinate representation of color #0E1659: hue angle of 233.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1659 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB142289-
CMYK0.840.7500.65
HSL233.6º72.82%20.2%-
HSV(B)233.6º84.27%34.9%-
XYZ2.271.399.6-
YUV27.25162.85118.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.2%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 89 (35.16% from 255) = 71.2%
R=11.2%
G=17.6%
B=71.2%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1422890.840.7500.65233.672.8220.2
HexE1659544B041ea4914
Octal1626131124113010135211124
Binary1110101101011001101010010010110100000111101010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,22,89); }

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

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

 a { background-color: rgb(14,22,89); }

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

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

 span { border-color: rgb(14,22,89); }

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