Shades of Midnight Blue #150B5C
Tints of Midnight Blue #150B5C
RGB
CMYK
RGB Variations
Color information
#150B5C (or 0x150B5C) is known color: Midnight Blue. HEX triplet: 15, 0B and 5C. RGB value is (21,11,92). Sum of RGB (Red+Green+Blue) = 21+11+92=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #150B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B5C is #EAF4A3. Grayscale: #161616. Windows color (decimal): -15398052 or 6032149. OLE color: 6032149.
HSL color Cylindrical-coordinate representation of color #150B5C: hue angle of 247.41º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150B5C is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 11 | 92 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.64 |
| HSL | 247.41º | 0.79% | 0.2% | - |
| HSV(B) | 247.41º | 0.88% | 0.36% | - |
| XYZ | 2.36 | 1.17 | 10.23 | - |
| YUV | 23.22 | 166.81 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 92 | 0.77 | 0.88 | 0 | 0.64 | 247.41 | 0.79 | 0.2 |
| Hex | 15 | B | 5C | 4D | 58 | 0 | 40 | F7 | 4F | 14 |
| Octal | 25 | 13 | 134 | 115 | 130 | 0 | 100 | 367 | 117 | 24 |
| Binary | 10101 | 1011 | 1011100 | 1001101 | 1011000 | 0 | 1000000 | 11110111 | 1001111 | 10100 |
Color Harmonies of #150B5C
Complementary color
Monochromatic Colors of #150B5C
Black with #150B5C
Text Example
Text Example
White with #150B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150B5C; }
p { color: rgb(21,11,92); }
H1.HeaderClassName
{
color: #150B5C;
}
.AnyTagClassName
{
color: #150B5C;
}
</style>
background-color css
<style>
a { background-color: #150B5C; }
a { background-color: rgb(21,11,92); }
div.DivClassName
{
background-color: #150B5C;
}
.BgClassName
{
background-color: #150B5C;
}
</style>
border-color css
<style>
span { border-color: #150B5C; }
span { border-color: rgb(21,11,92); }
td.TdClassName
{
border-color: #150B5C;
}
.TagClassName
{
border-color: #150B5C;
}
</style>