Shades of Midnight Blue #10207C
Tints of Midnight Blue #10207C
RGB
CMYK
RGB Variations
Color information
#10207C (or 0x10207C) is known color: Midnight Blue. HEX triplet: 10, 20 and 7C. RGB value is (16,32,124). Sum of RGB (Red+Green+Blue) = 16+32+124=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #10207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10207C is #EFDF83. Grayscale: #252525. Windows color (decimal): -15720324 or 8134672. OLE color: 8134672.
HSL color Cylindrical-coordinate representation of color #10207C: hue angle of 231.11º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10207C is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 32 | 124 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.51 |
| HSL | 231.11º | 0.77% | 0.27% | - |
| HSV(B) | 231.11º | 0.87% | 0.49% | - |
| XYZ | 4.37 | 2.6 | 19.34 | - |
| YUV | 37.7 | 176.7 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 124 | 0.87 | 0.74 | 0 | 0.51 | 231.11 | 0.77 | 0.27 |
| Hex | 10 | 20 | 7C | 57 | 4A | 0 | 33 | E7 | 4D | 1B |
| Octal | 20 | 40 | 174 | 127 | 112 | 0 | 63 | 347 | 115 | 33 |
| Binary | 10000 | 100000 | 1111100 | 1010111 | 1001010 | 0 | 110011 | 11100111 | 1001101 | 11011 |
Color Harmonies of #10207C
Complementary color
Monochromatic Colors of #10207C
Black with #10207C
Text Example
Text Example
White with #10207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10207C; }
p { color: rgb(16,32,124); }
H1.HeaderClassName
{
color: #10207C;
}
.AnyTagClassName
{
color: #10207C;
}
</style>
background-color css
<style>
a { background-color: #10207C; }
a { background-color: rgb(16,32,124); }
div.DivClassName
{
background-color: #10207C;
}
.BgClassName
{
background-color: #10207C;
}
</style>
border-color css
<style>
span { border-color: #10207C; }
span { border-color: rgb(16,32,124); }
td.TdClassName
{
border-color: #10207C;
}
.TagClassName
{
border-color: #10207C;
}
</style>