Shades of Midnight Blue #101052
Tints of Midnight Blue #101052
RGB
CMYK
RGB Variations
Color information
#101052 (or 0x101052) is known color: Midnight Blue. HEX triplet: 10, 10 and 52. RGB value is (16,16,82). Sum of RGB (Red+Green+Blue) = 16+16+82=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #101052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101052 is #EFEFAD. Grayscale: #171717. Windows color (decimal): -15724462 or 5378064. OLE color: 5378064.
HSL color Cylindrical-coordinate representation of color #101052: hue angle of 240º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101052 is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 16 | 82 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.68 |
| HSL | 240º | 0.67% | 0.19% | - |
| HSV(B) | 240º | 0.8% | 0.32% | - |
| XYZ | 1.92 | 1.09 | 8.09 | - |
| YUV | 23.52 | 161 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 82 | 0.80 | 0.80 | 0 | 0.68 | 240 | 0.67 | 0.19 |
| Hex | 10 | 10 | 52 | 50 | 50 | 0 | 44 | F0 | 43 | 13 |
| Octal | 20 | 20 | 122 | 120 | 120 | 0 | 104 | 360 | 103 | 23 |
| Binary | 10000 | 10000 | 1010010 | 1010000 | 1010000 | 0 | 1000100 | 11110000 | 1000011 | 10011 |
Color Harmonies of #101052
Complementary color
Monochromatic Colors of #101052
Black with #101052
Text Example
Text Example
White with #101052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101052; }
p { color: rgb(16,16,82); }
H1.HeaderClassName
{
color: #101052;
}
.AnyTagClassName
{
color: #101052;
}
</style>
background-color css
<style>
a { background-color: #101052; }
a { background-color: rgb(16,16,82); }
div.DivClassName
{
background-color: #101052;
}
.BgClassName
{
background-color: #101052;
}
</style>
border-color css
<style>
span { border-color: #101052; }
span { border-color: rgb(16,16,82); }
td.TdClassName
{
border-color: #101052;
}
.TagClassName
{
border-color: #101052;
}
</style>