Shades of Midnight Blue #15227C
Tints of Midnight Blue #15227C
RGB
CMYK
RGB Variations
Color information
#15227C (or 0x15227C) is known color: Midnight Blue. HEX triplet: 15, 22 and 7C. RGB value is (21,34,124). Sum of RGB (Red+Green+Blue) = 21+34+124=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #15227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15227C is #EADD83. Grayscale: #282828. Windows color (decimal): -15392132 or 8135189. OLE color: 8135189.
HSL color Cylindrical-coordinate representation of color #15227C: hue angle of 232.43º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15227C is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 34 | 124 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.51 |
| HSL | 232.43º | 0.71% | 0.28% | - |
| HSV(B) | 232.43º | 0.83% | 0.49% | - |
| XYZ | 4.52 | 2.76 | 19.36 | - |
| YUV | 40.37 | 175.19 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 124 | 0.83 | 0.73 | 0 | 0.51 | 232.43 | 0.71 | 0.28 |
| Hex | 15 | 22 | 7C | 53 | 49 | 0 | 33 | E8 | 47 | 1C |
| Octal | 25 | 42 | 174 | 123 | 111 | 0 | 63 | 350 | 107 | 34 |
| Binary | 10101 | 100010 | 1111100 | 1010011 | 1001001 | 0 | 110011 | 11101000 | 1000111 | 11100 |
Color Harmonies of #15227C
Complementary color
Monochromatic Colors of #15227C
Black with #15227C
Text Example
Text Example
White with #15227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15227C; }
p { color: rgb(21,34,124); }
H1.HeaderClassName
{
color: #15227C;
}
.AnyTagClassName
{
color: #15227C;
}
</style>
background-color css
<style>
a { background-color: #15227C; }
a { background-color: rgb(21,34,124); }
div.DivClassName
{
background-color: #15227C;
}
.BgClassName
{
background-color: #15227C;
}
</style>
border-color css
<style>
span { border-color: #15227C; }
span { border-color: rgb(21,34,124); }
td.TdClassName
{
border-color: #15227C;
}
.TagClassName
{
border-color: #15227C;
}
</style>