Shades of Midnight Blue #100B72
Tints of Midnight Blue #100B72
RGB
CMYK
RGB Variations
Color information
#100B72 (or 0x100B72) is known color: Midnight Blue. HEX triplet: 10, 0B and 72. RGB value is (16,11,114). Sum of RGB (Red+Green+Blue) = 16+11+114=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #100B72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B72 is #EFF48D. Grayscale: #171717. Windows color (decimal): -15725710 or 7473936. OLE color: 7473936.
HSL color Cylindrical-coordinate representation of color #100B72: hue angle of 242.91º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100B72 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 11 | 114 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.55 |
| HSL | 242.91º | 0.82% | 0.25% | - |
| HSV(B) | 242.91º | 0.9% | 0.45% | - |
| XYZ | 3.37 | 1.56 | 16.04 | - |
| YUV | 24.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 114 | 0.86 | 0.90 | 0 | 0.55 | 242.91 | 0.82 | 0.25 |
| Hex | 10 | B | 72 | 56 | 5A | 0 | 37 | F3 | 52 | 19 |
| Octal | 20 | 13 | 162 | 126 | 132 | 0 | 67 | 363 | 122 | 31 |
| Binary | 10000 | 1011 | 1110010 | 1010110 | 1011010 | 0 | 110111 | 11110011 | 1010010 | 11001 |
Color Harmonies of #100B72
Complementary color
Monochromatic Colors of #100B72
Black with #100B72
Text Example
Text Example
White with #100B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B72; }
p { color: rgb(16,11,114); }
H1.HeaderClassName
{
color: #100B72;
}
.AnyTagClassName
{
color: #100B72;
}
</style>
background-color css
<style>
a { background-color: #100B72; }
a { background-color: rgb(16,11,114); }
div.DivClassName
{
background-color: #100B72;
}
.BgClassName
{
background-color: #100B72;
}
</style>
border-color css
<style>
span { border-color: #100B72; }
span { border-color: rgb(16,11,114); }
td.TdClassName
{
border-color: #100B72;
}
.TagClassName
{
border-color: #100B72;
}
</style>