#0E1563

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

Shades of Midnight Blue #0E1563

Tints of Midnight Blue #0E1563

Color information

#0E1563 (or 0x0E1563) is unknown color: approx Midnight Blue. HEX triplet: 0E, 15 and 63. RGB value is (14,21,99). Sum of RGB (Red+Green+Blue) = 14+21+99=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E1563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1563 is #F1EA9C. Grayscale: #1B1B1B. Windows color (decimal): -15854237 or 6493454. OLE color: 6493454.

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

Color convert

RGB142199-
CMYK0.860.7900.61
HSL235.06º75.22%22.16%-
HSV(B)235.06º85.86%38.82%-
XYZ2.71.5311.96-
YUV27.8168.18118.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.45%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 99 (39.06% from 255) = 73.88%
R=10.45%
G=15.67%
B=73.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1421990.860.7900.61235.0675.2222.16
HexE1563564F03Deb4b16
Octal162514312611707535311326
Binary111010101110001110101101001111011110111101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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