Shades of Midnight Blue #11257D
Tints of Midnight Blue #11257D
RGB
CMYK
RGB Variations
Color information
#11257D (or 0x11257D) is known color: Midnight Blue. HEX triplet: 11, 25 and 7D. RGB value is (17,37,125). Sum of RGB (Red+Green+Blue) = 17+37+125=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #11257D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11257D is #EEDA82. Grayscale: #282828. Windows color (decimal): -15653507 or 8201489. OLE color: 8201489.
HSL color Cylindrical-coordinate representation of color #11257D: hue angle of 228.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11257D is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 37 | 125 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.51 |
| HSL | 228.89º | 0.76% | 0.28% | - |
| HSV(B) | 228.89º | 0.86% | 0.49% | - |
| XYZ | 4.59 | 2.92 | 19.72 | - |
| YUV | 41.05 | 175.37 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 125 | 0.86 | 0.70 | 0 | 0.51 | 228.89 | 0.76 | 0.28 |
| Hex | 11 | 25 | 7D | 56 | 46 | 0 | 33 | E5 | 4C | 1C |
| Octal | 21 | 45 | 175 | 126 | 106 | 0 | 63 | 345 | 114 | 34 |
| Binary | 10001 | 100101 | 1111101 | 1010110 | 1000110 | 0 | 110011 | 11100101 | 1001100 | 11100 |
Color Harmonies of #11257D
Complementary color
Monochromatic Colors of #11257D
Black with #11257D
Text Example
Text Example
White with #11257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11257D; }
p { color: rgb(17,37,125); }
H1.HeaderClassName
{
color: #11257D;
}
.AnyTagClassName
{
color: #11257D;
}
</style>
background-color css
<style>
a { background-color: #11257D; }
a { background-color: rgb(17,37,125); }
div.DivClassName
{
background-color: #11257D;
}
.BgClassName
{
background-color: #11257D;
}
</style>
border-color css
<style>
span { border-color: #11257D; }
span { border-color: rgb(17,37,125); }
td.TdClassName
{
border-color: #11257D;
}
.TagClassName
{
border-color: #11257D;
}
</style>