Shades of Midnight Blue #101065
Tints of Midnight Blue #101065
RGB
CMYK
RGB Variations
Color information
#101065 (or 0x101065) is known color: Midnight Blue. HEX triplet: 10, 10 and 65. RGB value is (16,16,101). Sum of RGB (Red+Green+Blue) = 16+16+101=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #101065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101065 is #EFEF9A. Grayscale: #191919. Windows color (decimal): -15724443 or 6623248. OLE color: 6623248.
HSL color Cylindrical-coordinate representation of color #101065: hue angle of 240º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101065 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 16 | 101 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.60 |
| HSL | 240º | 0.73% | 0.23% | - |
| HSV(B) | 240º | 0.84% | 0.4% | - |
| XYZ | 2.75 | 1.42 | 12.44 | - |
| YUV | 25.69 | 170.5 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 101 | 0.84 | 0.84 | 0 | 0.60 | 240 | 0.73 | 0.23 |
| Hex | 10 | 10 | 65 | 54 | 54 | 0 | 3C | F0 | 49 | 17 |
| Octal | 20 | 20 | 145 | 124 | 124 | 0 | 74 | 360 | 111 | 27 |
| Binary | 10000 | 10000 | 1100101 | 1010100 | 1010100 | 0 | 111100 | 11110000 | 1001001 | 10111 |
Color Harmonies of #101065
Complementary color
Monochromatic Colors of #101065
Black with #101065
Text Example
Text Example
White with #101065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101065; }
p { color: rgb(16,16,101); }
H1.HeaderClassName
{
color: #101065;
}
.AnyTagClassName
{
color: #101065;
}
</style>
background-color css
<style>
a { background-color: #101065; }
a { background-color: rgb(16,16,101); }
div.DivClassName
{
background-color: #101065;
}
.BgClassName
{
background-color: #101065;
}
</style>
border-color css
<style>
span { border-color: #101065; }
span { border-color: rgb(16,16,101); }
td.TdClassName
{
border-color: #101065;
}
.TagClassName
{
border-color: #101065;
}
</style>