Shades of Midnight Blue #101672
Tints of Midnight Blue #101672
RGB
CMYK
RGB Variations
Color information
#101672 (or 0x101672) is known color: Midnight Blue. HEX triplet: 10, 16 and 72. RGB value is (16,22,114). Sum of RGB (Red+Green+Blue) = 16+22+114=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #101672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101672 is #EFE98D. Grayscale: #1E1E1E. Windows color (decimal): -15722894 or 7476752. OLE color: 7476752.
HSL color Cylindrical-coordinate representation of color #101672: hue angle of 236.33º 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 #101672 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 22 | 114 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.55 |
| HSL | 236.33º | 0.75% | 0.25% | - |
| HSV(B) | 236.33º | 0.86% | 0.45% | - |
| XYZ | 3.54 | 1.9 | 16.1 | - |
| YUV | 30.69 | 175.01 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 114 | 0.86 | 0.81 | 0 | 0.55 | 236.33 | 0.75 | 0.25 |
| Hex | 10 | 16 | 72 | 56 | 51 | 0 | 37 | EC | 4B | 19 |
| Octal | 20 | 26 | 162 | 126 | 121 | 0 | 67 | 354 | 113 | 31 |
| Binary | 10000 | 10110 | 1110010 | 1010110 | 1010001 | 0 | 110111 | 11101100 | 1001011 | 11001 |
Color Harmonies of #101672
Complementary color
Monochromatic Colors of #101672
Black with #101672
Text Example
Text Example
White with #101672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101672; }
p { color: rgb(16,22,114); }
H1.HeaderClassName
{
color: #101672;
}
.AnyTagClassName
{
color: #101672;
}
</style>
background-color css
<style>
a { background-color: #101672; }
a { background-color: rgb(16,22,114); }
div.DivClassName
{
background-color: #101672;
}
.BgClassName
{
background-color: #101672;
}
</style>
border-color css
<style>
span { border-color: #101672; }
span { border-color: rgb(16,22,114); }
td.TdClassName
{
border-color: #101672;
}
.TagClassName
{
border-color: #101672;
}
</style>