Shades of Midnight Blue #101A63
Tints of Midnight Blue #101A63
RGB
CMYK
RGB Variations
Color information
#101A63 (or 0x101A63) is known color: Midnight Blue. HEX triplet: 10, 1A and 63. RGB value is (16,26,99). Sum of RGB (Red+Green+Blue) = 16+26+99=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #101A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A63 is #EFE59C. Grayscale: #1F1F1F. Windows color (decimal): -15721885 or 6494736. OLE color: 6494736.
HSL color Cylindrical-coordinate representation of color #101A63: hue angle of 232.77º 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 #101A63 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 26 | 99 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.61 |
| HSL | 232.77º | 0.72% | 0.23% | - |
| HSV(B) | 232.77º | 0.84% | 0.39% | - |
| XYZ | 2.84 | 1.75 | 11.99 | - |
| YUV | 31.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 99 | 0.84 | 0.74 | 0 | 0.61 | 232.77 | 0.72 | 0.23 |
| Hex | 10 | 1A | 63 | 54 | 4A | 0 | 3D | E9 | 48 | 17 |
| Octal | 20 | 32 | 143 | 124 | 112 | 0 | 75 | 351 | 110 | 27 |
| Binary | 10000 | 11010 | 1100011 | 1010100 | 1001010 | 0 | 111101 | 11101001 | 1001000 | 10111 |
Color Harmonies of #101A63
Complementary color
Monochromatic Colors of #101A63
Black with #101A63
Text Example
Text Example
White with #101A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A63; }
p { color: rgb(16,26,99); }
H1.HeaderClassName
{
color: #101A63;
}
.AnyTagClassName
{
color: #101A63;
}
</style>
background-color css
<style>
a { background-color: #101A63; }
a { background-color: rgb(16,26,99); }
div.DivClassName
{
background-color: #101A63;
}
.BgClassName
{
background-color: #101A63;
}
</style>
border-color css
<style>
span { border-color: #101A63; }
span { border-color: rgb(16,26,99); }
td.TdClassName
{
border-color: #101A63;
}
.TagClassName
{
border-color: #101A63;
}
</style>