Shades of Midnight Blue #10247E
Tints of Midnight Blue #10247E
RGB
CMYK
RGB Variations
Color information
#10247E (or 0x10247E) is known color: Midnight Blue. HEX triplet: 10, 24 and 7E. RGB value is (16,36,126). Sum of RGB (Red+Green+Blue) = 16+36+126=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 126 (49.61% from 255 or 70.79% from 178); Max value from RGB is 126 - color contains mainly: blue. Hex color #10247E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10247E is #EFDB81. Grayscale: #272727. Windows color (decimal): -15719298 or 8266768. OLE color: 8266768.
HSL color Cylindrical-coordinate representation of color #10247E: hue angle of 229.09º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10247E is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 36 | 126 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.51 |
| HSL | 229.09º | 0.77% | 0.28% | - |
| HSV(B) | 229.09º | 0.87% | 0.49% | - |
| XYZ | 4.61 | 2.88 | 20.05 | - |
| YUV | 40.28 | 176.37 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 126 | 0.87 | 0.71 | 0 | 0.51 | 229.09 | 0.77 | 0.28 |
| Hex | 10 | 24 | 7E | 57 | 47 | 0 | 33 | E5 | 4D | 1C |
| Octal | 20 | 44 | 176 | 127 | 107 | 0 | 63 | 345 | 115 | 34 |
| Binary | 10000 | 100100 | 1111110 | 1010111 | 1000111 | 0 | 110011 | 11100101 | 1001101 | 11100 |
Color Harmonies of #10247E
Complementary color
Monochromatic Colors of #10247E
Black with #10247E
Text Example
Text Example
White with #10247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10247E; }
p { color: rgb(16,36,126); }
H1.HeaderClassName
{
color: #10247E;
}
.AnyTagClassName
{
color: #10247E;
}
</style>
background-color css
<style>
a { background-color: #10247E; }
a { background-color: rgb(16,36,126); }
div.DivClassName
{
background-color: #10247E;
}
.BgClassName
{
background-color: #10247E;
}
</style>
border-color css
<style>
span { border-color: #10247E; }
span { border-color: rgb(16,36,126); }
td.TdClassName
{
border-color: #10247E;
}
.TagClassName
{
border-color: #10247E;
}
</style>