Shades of Midnight Blue #150354
Tints of Midnight Blue #150354
RGB
CMYK
RGB Variations
Color information
#150354 (or 0x150354) is known color: Midnight Blue. HEX triplet: 15, 03 and 54. RGB value is (21,3,84). Sum of RGB (Red+Green+Blue) = 21+3+84=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #150354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150354 is #EAFCAB. Grayscale: #111111. Windows color (decimal): -15400108 or 5505813. OLE color: 5505813.
HSL color Cylindrical-coordinate representation of color #150354: hue angle of 253.33º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150354 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 3 | 84 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.67 |
| HSL | 253.33º | 0.93% | 0.17% | - |
| HSV(B) | 253.33º | 0.96% | 0.33% | - |
| XYZ | 1.94 | 0.86 | 8.45 | - |
| YUV | 17.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 84 | 0.75 | 0.96 | 0 | 0.67 | 253.33 | 0.93 | 0.17 |
| Hex | 15 | 3 | 54 | 4B | 60 | 0 | 43 | FD | 5D | 11 |
| Octal | 25 | 3 | 124 | 113 | 140 | 0 | 103 | 375 | 135 | 21 |
| Binary | 10101 | 11 | 1010100 | 1001011 | 1100000 | 0 | 1000011 | 11111101 | 1011101 | 10001 |
Color Harmonies of #150354
Complementary color
Monochromatic Colors of #150354
Black with #150354
Text Example
Text Example
White with #150354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150354; }
p { color: rgb(21,3,84); }
H1.HeaderClassName
{
color: #150354;
}
.AnyTagClassName
{
color: #150354;
}
</style>
background-color css
<style>
a { background-color: #150354; }
a { background-color: rgb(21,3,84); }
div.DivClassName
{
background-color: #150354;
}
.BgClassName
{
background-color: #150354;
}
</style>
border-color css
<style>
span { border-color: #150354; }
span { border-color: rgb(21,3,84); }
td.TdClassName
{
border-color: #150354;
}
.TagClassName
{
border-color: #150354;
}
</style>