Shades of Midnight Blue #101465
Tints of Midnight Blue #101465
RGB
CMYK
RGB Variations
Color information
#101465 (or 0x101465) is known color: Midnight Blue. HEX triplet: 10, 14 and 65. RGB value is (16,20,101). Sum of RGB (Red+Green+Blue) = 16+20+101=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 101 (39.84% from 255 or 73.72% from 137); Max value from RGB is 101 - color contains mainly: blue. Hex color #101465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101465 is #EFEB9A. Grayscale: #1B1B1B. Windows color (decimal): -15723419 or 6624272. OLE color: 6624272.
HSL color Cylindrical-coordinate representation of color #101465: hue angle of 237.18º 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 #101465 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 20 | 101 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.60 |
| HSL | 237.18º | 0.73% | 0.23% | - |
| HSV(B) | 237.18º | 0.84% | 0.4% | - |
| XYZ | 2.81 | 1.55 | 12.46 | - |
| YUV | 28.04 | 169.17 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 101 | 0.84 | 0.80 | 0 | 0.60 | 237.18 | 0.73 | 0.23 |
| Hex | 10 | 14 | 65 | 54 | 50 | 0 | 3C | ED | 49 | 17 |
| Octal | 20 | 24 | 145 | 124 | 120 | 0 | 74 | 355 | 111 | 27 |
| Binary | 10000 | 10100 | 1100101 | 1010100 | 1010000 | 0 | 111100 | 11101101 | 1001001 | 10111 |
Color Harmonies of #101465
Complementary color
Monochromatic Colors of #101465
Black with #101465
Text Example
Text Example
White with #101465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101465; }
p { color: rgb(16,20,101); }
H1.HeaderClassName
{
color: #101465;
}
.AnyTagClassName
{
color: #101465;
}
</style>
background-color css
<style>
a { background-color: #101465; }
a { background-color: rgb(16,20,101); }
div.DivClassName
{
background-color: #101465;
}
.BgClassName
{
background-color: #101465;
}
</style>
border-color css
<style>
span { border-color: #101465; }
span { border-color: rgb(16,20,101); }
td.TdClassName
{
border-color: #101465;
}
.TagClassName
{
border-color: #101465;
}
</style>