Shades of Midnight Blue #101A65
Tints of Midnight Blue #101A65
RGB
CMYK
RGB Variations
Color information
#101A65 (or 0x101A65) is known color: Midnight Blue. HEX triplet: 10, 1A and 65. RGB value is (16,26,101). Sum of RGB (Red+Green+Blue) = 16+26+101=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #101A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A65 is #EFE59A. Grayscale: #1F1F1F. Windows color (decimal): -15721883 or 6625808. OLE color: 6625808.
HSL color Cylindrical-coordinate representation of color #101A65: hue angle of 232.94º 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 #101A65 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 26 | 101 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.60 |
| HSL | 232.94º | 0.73% | 0.23% | - |
| HSV(B) | 232.94º | 0.84% | 0.4% | - |
| XYZ | 2.93 | 1.79 | 12.5 | - |
| YUV | 31.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 101 | 0.84 | 0.74 | 0 | 0.60 | 232.94 | 0.73 | 0.23 |
| Hex | 10 | 1A | 65 | 54 | 4A | 0 | 3C | E9 | 49 | 17 |
| Octal | 20 | 32 | 145 | 124 | 112 | 0 | 74 | 351 | 111 | 27 |
| Binary | 10000 | 11010 | 1100101 | 1010100 | 1001010 | 0 | 111100 | 11101001 | 1001001 | 10111 |
Color Harmonies of #101A65
Complementary color
Monochromatic Colors of #101A65
Black with #101A65
Text Example
Text Example
White with #101A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A65; }
p { color: rgb(16,26,101); }
H1.HeaderClassName
{
color: #101A65;
}
.AnyTagClassName
{
color: #101A65;
}
</style>
background-color css
<style>
a { background-color: #101A65; }
a { background-color: rgb(16,26,101); }
div.DivClassName
{
background-color: #101A65;
}
.BgClassName
{
background-color: #101A65;
}
</style>
border-color css
<style>
span { border-color: #101A65; }
span { border-color: rgb(16,26,101); }
td.TdClassName
{
border-color: #101A65;
}
.TagClassName
{
border-color: #101A65;
}
</style>