Shades of Midnight Blue #101964
Tints of Midnight Blue #101964
RGB
CMYK
RGB Variations
Color information
#101964 (or 0x101964) is known color: Midnight Blue. HEX triplet: 10, 19 and 64. RGB value is (16,25,100). Sum of RGB (Red+Green+Blue) = 16+25+100=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 100 (39.45% from 255 or 70.92% from 141); Max value from RGB is 100 - color contains mainly: blue. Hex color #101964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101964 is #EFE69B. Grayscale: #1E1E1E. Windows color (decimal): -15722140 or 6560016. OLE color: 6560016.
HSL color Cylindrical-coordinate representation of color #101964: hue angle of 233.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101964 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 25 | 100 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.61 |
| HSL | 233.57º | 0.72% | 0.23% | - |
| HSV(B) | 233.57º | 0.84% | 0.39% | - |
| XYZ | 2.86 | 1.73 | 12.24 | - |
| YUV | 30.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 100 | 0.84 | 0.75 | 0 | 0.61 | 233.57 | 0.72 | 0.23 |
| Hex | 10 | 19 | 64 | 54 | 4B | 0 | 3D | EA | 48 | 17 |
| Octal | 20 | 31 | 144 | 124 | 113 | 0 | 75 | 352 | 110 | 27 |
| Binary | 10000 | 11001 | 1100100 | 1010100 | 1001011 | 0 | 111101 | 11101010 | 1001000 | 10111 |
Color Harmonies of #101964
Complementary color
Monochromatic Colors of #101964
Black with #101964
Text Example
Text Example
White with #101964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101964; }
p { color: rgb(16,25,100); }
H1.HeaderClassName
{
color: #101964;
}
.AnyTagClassName
{
color: #101964;
}
</style>
background-color css
<style>
a { background-color: #101964; }
a { background-color: rgb(16,25,100); }
div.DivClassName
{
background-color: #101964;
}
.BgClassName
{
background-color: #101964;
}
</style>
border-color css
<style>
span { border-color: #101964; }
span { border-color: rgb(16,25,100); }
td.TdClassName
{
border-color: #101964;
}
.TagClassName
{
border-color: #101964;
}
</style>