Shades of Midnight Blue #101472
Tints of Midnight Blue #101472
RGB
CMYK
RGB Variations
Color information
#101472 (or 0x101472) is known color: Midnight Blue. HEX triplet: 10, 14 and 72. RGB value is (16,20,114). Sum of RGB (Red+Green+Blue) = 16+20+114=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #101472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101472 is #EFEB8D. Grayscale: #1D1D1D. Windows color (decimal): -15723406 or 7476240. OLE color: 7476240.
HSL color Cylindrical-coordinate representation of color #101472: hue angle of 237.55º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101472 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 20 | 114 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.55 |
| HSL | 237.55º | 0.75% | 0.25% | - |
| HSV(B) | 237.55º | 0.86% | 0.45% | - |
| XYZ | 3.5 | 1.83 | 16.09 | - |
| YUV | 29.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 114 | 0.86 | 0.82 | 0 | 0.55 | 237.55 | 0.75 | 0.25 |
| Hex | 10 | 14 | 72 | 56 | 52 | 0 | 37 | EE | 4B | 19 |
| Octal | 20 | 24 | 162 | 126 | 122 | 0 | 67 | 356 | 113 | 31 |
| Binary | 10000 | 10100 | 1110010 | 1010110 | 1010010 | 0 | 110111 | 11101110 | 1001011 | 11001 |
Color Harmonies of #101472
Complementary color
Monochromatic Colors of #101472
Black with #101472
Text Example
Text Example
White with #101472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101472; }
p { color: rgb(16,20,114); }
H1.HeaderClassName
{
color: #101472;
}
.AnyTagClassName
{
color: #101472;
}
</style>
background-color css
<style>
a { background-color: #101472; }
a { background-color: rgb(16,20,114); }
div.DivClassName
{
background-color: #101472;
}
.BgClassName
{
background-color: #101472;
}
</style>
border-color css
<style>
span { border-color: #101472; }
span { border-color: rgb(16,20,114); }
td.TdClassName
{
border-color: #101472;
}
.TagClassName
{
border-color: #101472;
}
</style>