Shades of Midnight Blue #152C83
Tints of Midnight Blue #152C83
RGB
CMYK
RGB Variations
Color information
#152C83 (or 0x152C83) is known color: Midnight Blue. HEX triplet: 15, 2C and 83. RGB value is (21,44,131). Sum of RGB (Red+Green+Blue) = 21+44+131=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #152C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C83 is #EAD37C. Grayscale: #2E2E2E. Windows color (decimal): -15389565 or 8596501. OLE color: 8596501.
HSL color Cylindrical-coordinate representation of color #152C83: hue angle of 227.45º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152C83 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 44 | 131 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.49 |
| HSL | 227.45º | 0.72% | 0.3% | - |
| HSV(B) | 227.45º | 0.84% | 0.51% | - |
| XYZ | 5.31 | 3.6 | 21.89 | - |
| YUV | 47.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 131 | 0.84 | 0.66 | 0 | 0.49 | 227.45 | 0.72 | 0.3 |
| Hex | 15 | 2C | 83 | 54 | 42 | 0 | 31 | E3 | 48 | 1E |
| Octal | 25 | 54 | 203 | 124 | 102 | 0 | 61 | 343 | 110 | 36 |
| Binary | 10101 | 101100 | 10000011 | 1010100 | 1000010 | 0 | 110001 | 11100011 | 1001000 | 11110 |
Color Harmonies of #152C83
Complementary color
Monochromatic Colors of #152C83
Black with #152C83
Text Example
Text Example
White with #152C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C83; }
p { color: rgb(21,44,131); }
H1.HeaderClassName
{
color: #152C83;
}
.AnyTagClassName
{
color: #152C83;
}
</style>
background-color css
<style>
a { background-color: #152C83; }
a { background-color: rgb(21,44,131); }
div.DivClassName
{
background-color: #152C83;
}
.BgClassName
{
background-color: #152C83;
}
</style>
border-color css
<style>
span { border-color: #152C83; }
span { border-color: rgb(21,44,131); }
td.TdClassName
{
border-color: #152C83;
}
.TagClassName
{
border-color: #152C83;
}
</style>