Shades of Midnight Blue #15227D
Tints of Midnight Blue #15227D
RGB
CMYK
RGB Variations
Color information
#15227D (or 0x15227D) is known color: Midnight Blue. HEX triplet: 15, 22 and 7D. RGB value is (21,34,125). Sum of RGB (Red+Green+Blue) = 21+34+125=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #15227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15227D is #EADD82. Grayscale: #282828. Windows color (decimal): -15392131 or 8200725. OLE color: 8200725.
HSL color Cylindrical-coordinate representation of color #15227D: hue angle of 232.5º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15227D is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 34 | 125 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.51 |
| HSL | 232.5º | 0.71% | 0.29% | - |
| HSV(B) | 232.5º | 0.83% | 0.49% | - |
| XYZ | 4.58 | 2.78 | 19.7 | - |
| YUV | 40.49 | 175.69 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 125 | 0.83 | 0.73 | 0 | 0.51 | 232.5 | 0.71 | 0.29 |
| Hex | 15 | 22 | 7D | 53 | 49 | 0 | 33 | E8 | 47 | 1D |
| Octal | 25 | 42 | 175 | 123 | 111 | 0 | 63 | 350 | 107 | 35 |
| Binary | 10101 | 100010 | 1111101 | 1010011 | 1001001 | 0 | 110011 | 11101000 | 1000111 | 11101 |
Color Harmonies of #15227D
Complementary color
Monochromatic Colors of #15227D
Black with #15227D
Text Example
Text Example
White with #15227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15227D; }
p { color: rgb(21,34,125); }
H1.HeaderClassName
{
color: #15227D;
}
.AnyTagClassName
{
color: #15227D;
}
</style>
background-color css
<style>
a { background-color: #15227D; }
a { background-color: rgb(21,34,125); }
div.DivClassName
{
background-color: #15227D;
}
.BgClassName
{
background-color: #15227D;
}
</style>
border-color css
<style>
span { border-color: #15227D; }
span { border-color: rgb(21,34,125); }
td.TdClassName
{
border-color: #15227D;
}
.TagClassName
{
border-color: #15227D;
}
</style>