Shades of Midnight Blue #15207D
Tints of Midnight Blue #15207D
RGB
CMYK
RGB Variations
Color information
#15207D (or 0x15207D) is known color: Midnight Blue. HEX triplet: 15, 20 and 7D. RGB value is (21,32,125). Sum of RGB (Red+Green+Blue) = 21+32+125=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #15207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15207D is #EADF82. Grayscale: #262626. Windows color (decimal): -15392643 or 8200213. OLE color: 8200213.
HSL color Cylindrical-coordinate representation of color #15207D: hue angle of 233.65º 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 #15207D is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 32 | 125 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.51 |
| HSL | 233.65º | 0.71% | 0.29% | - |
| HSV(B) | 233.65º | 0.83% | 0.49% | - |
| XYZ | 4.53 | 2.67 | 19.68 | - |
| YUV | 39.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 125 | 0.83 | 0.74 | 0 | 0.51 | 233.65 | 0.71 | 0.29 |
| Hex | 15 | 20 | 7D | 53 | 4A | 0 | 33 | EA | 47 | 1D |
| Octal | 25 | 40 | 175 | 123 | 112 | 0 | 63 | 352 | 107 | 35 |
| Binary | 10101 | 100000 | 1111101 | 1010011 | 1001010 | 0 | 110011 | 11101010 | 1000111 | 11101 |
Color Harmonies of #15207D
Complementary color
Monochromatic Colors of #15207D
Black with #15207D
Text Example
Text Example
White with #15207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15207D; }
p { color: rgb(21,32,125); }
H1.HeaderClassName
{
color: #15207D;
}
.AnyTagClassName
{
color: #15207D;
}
</style>
background-color css
<style>
a { background-color: #15207D; }
a { background-color: rgb(21,32,125); }
div.DivClassName
{
background-color: #15207D;
}
.BgClassName
{
background-color: #15207D;
}
</style>
border-color css
<style>
span { border-color: #15207D; }
span { border-color: rgb(21,32,125); }
td.TdClassName
{
border-color: #15207D;
}
.TagClassName
{
border-color: #15207D;
}
</style>