#150E5B

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

Shades of Midnight Blue #150E5B

Tints of Midnight Blue #150E5B

Color information

#150E5B (or 0x150E5B) is unknown color: approx Midnight Blue. HEX triplet: 15, 0E and 5B. RGB value is (21,14,91). Sum of RGB (Red+Green+Blue) = 21+14+91=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #150E5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150E5B is #EAF1A4. Grayscale: #181818. Windows color (decimal): -15397285 or 5967381. OLE color: 5967381.

HSL color Cylindrical-coordinate representation of color #150E5B: hue angle of 245.45º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #150E5B is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB211491-
CMYK0.770.8500.64
HSL245.45º73.33%20.59%-
HSV(B)245.45º84.62%35.69%-
XYZ2.351.2310.01-
YUV24.87165.32125.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 91 (35.94% from 255) = 72.22%
R=16.67%
G=11.11%
B=72.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2114910.770.8500.64245.4573.3320.59
Hex15E5B4D55040f54915
Octal2516133115125010036511125
Binary1010111101011011100110110101010100000011110101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150E5B; }

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

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

<style>
 a { background-color: #150E5B; }

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

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

<style>
 span { border-color: #150E5B; }

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

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