#0E1562

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

Shades of Midnight Blue #0E1562

Tints of Midnight Blue #0E1562

Color information

#0E1562 (or 0x0E1562) is unknown color: approx Midnight Blue. HEX triplet: 0E, 15 and 62. RGB value is (14,21,98). Sum of RGB (Red+Green+Blue) = 14+21+98=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #0E1562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1562 is #F1EA9D. Grayscale: #1B1B1B. Windows color (decimal): -15854238 or 6427918. OLE color: 6427918.

HSL color Cylindrical-coordinate representation of color #0E1562: hue angle of 235º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1562 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB142198-
CMYK0.860.7900.62
HSL235º75%21.96%-
HSV(B)235º85.71%38.43%-
XYZ2.651.5111.71-
YUV27.68167.68118.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.53%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 98 (38.67% from 255) = 73.68%
R=10.53%
G=15.79%
B=73.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1421980.860.7900.622357521.96
HexE1562564F03Eeb4b16
Octal162514212611707635311326
Binary111010101110001010101101001111011111011101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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