Shades of Midnight Blue #10207B
Tints of Midnight Blue #10207B
RGB
CMYK
RGB Variations
Color information
#10207B (or 0x10207B) is known color: Midnight Blue. HEX triplet: 10, 20 and 7B. RGB value is (16,32,123). Sum of RGB (Red+Green+Blue) = 16+32+123=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #10207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10207B is #EFDF84. Grayscale: #252525. Windows color (decimal): -15720325 or 8069136. OLE color: 8069136.
HSL color Cylindrical-coordinate representation of color #10207B: hue angle of 231.03º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10207B is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 32 | 123 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.52 |
| HSL | 231.03º | 0.77% | 0.27% | - |
| HSV(B) | 231.03º | 0.87% | 0.48% | - |
| XYZ | 4.31 | 2.57 | 19.01 | - |
| YUV | 37.59 | 176.2 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 123 | 0.87 | 0.74 | 0 | 0.52 | 231.03 | 0.77 | 0.27 |
| Hex | 10 | 20 | 7B | 57 | 4A | 0 | 34 | E7 | 4D | 1B |
| Octal | 20 | 40 | 173 | 127 | 112 | 0 | 64 | 347 | 115 | 33 |
| Binary | 10000 | 100000 | 1111011 | 1010111 | 1001010 | 0 | 110100 | 11100111 | 1001101 | 11011 |
Color Harmonies of #10207B
Complementary color
Monochromatic Colors of #10207B
Black with #10207B
Text Example
Text Example
White with #10207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10207B; }
p { color: rgb(16,32,123); }
H1.HeaderClassName
{
color: #10207B;
}
.AnyTagClassName
{
color: #10207B;
}
</style>
background-color css
<style>
a { background-color: #10207B; }
a { background-color: rgb(16,32,123); }
div.DivClassName
{
background-color: #10207B;
}
.BgClassName
{
background-color: #10207B;
}
</style>
border-color css
<style>
span { border-color: #10207B; }
span { border-color: rgb(16,32,123); }
td.TdClassName
{
border-color: #10207B;
}
.TagClassName
{
border-color: #10207B;
}
</style>