Shades of Midnight Blue #101A73
Tints of Midnight Blue #101A73
RGB
CMYK
RGB Variations
Color information
#101A73 (or 0x101A73) is known color: Midnight Blue. HEX triplet: 10, 1A and 73. RGB value is (16,26,115). Sum of RGB (Red+Green+Blue) = 16+26+115=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #101A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A73 is #EFE58C. Grayscale: #202020. Windows color (decimal): -15721869 or 7543312. OLE color: 7543312.
HSL color Cylindrical-coordinate representation of color #101A73: hue angle of 233.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101A73 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 26 | 115 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.55 |
| HSL | 233.94º | 0.76% | 0.26% | - |
| HSV(B) | 233.94º | 0.86% | 0.45% | - |
| XYZ | 3.68 | 2.09 | 16.43 | - |
| YUV | 33.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 115 | 0.86 | 0.77 | 0 | 0.55 | 233.94 | 0.76 | 0.26 |
| Hex | 10 | 1A | 73 | 56 | 4D | 0 | 37 | EA | 4C | 1A |
| Octal | 20 | 32 | 163 | 126 | 115 | 0 | 67 | 352 | 114 | 32 |
| Binary | 10000 | 11010 | 1110011 | 1010110 | 1001101 | 0 | 110111 | 11101010 | 1001100 | 11010 |
Color Harmonies of #101A73
Complementary color
Monochromatic Colors of #101A73
Black with #101A73
Text Example
Text Example
White with #101A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A73; }
p { color: rgb(16,26,115); }
H1.HeaderClassName
{
color: #101A73;
}
.AnyTagClassName
{
color: #101A73;
}
</style>
background-color css
<style>
a { background-color: #101A73; }
a { background-color: rgb(16,26,115); }
div.DivClassName
{
background-color: #101A73;
}
.BgClassName
{
background-color: #101A73;
}
</style>
border-color css
<style>
span { border-color: #101A73; }
span { border-color: rgb(16,26,115); }
td.TdClassName
{
border-color: #101A73;
}
.TagClassName
{
border-color: #101A73;
}
</style>