Shades of Midnight Blue #101773
Tints of Midnight Blue #101773
RGB
CMYK
RGB Variations
Color information
#101773 (or 0x101773) is known color: Midnight Blue. HEX triplet: 10, 17 and 73. RGB value is (16,23,115). Sum of RGB (Red+Green+Blue) = 16+23+115=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #101773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101773 is #EFE88C. Grayscale: #1F1F1F. Windows color (decimal): -15722637 or 7542544. OLE color: 7542544.
HSL color Cylindrical-coordinate representation of color #101773: hue angle of 235.76º 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 #101773 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 23 | 115 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.55 |
| HSL | 235.76º | 0.76% | 0.26% | - |
| HSV(B) | 235.76º | 0.86% | 0.45% | - |
| XYZ | 3.61 | 1.96 | 16.41 | - |
| YUV | 31.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 115 | 0.86 | 0.80 | 0 | 0.55 | 235.76 | 0.76 | 0.26 |
| Hex | 10 | 17 | 73 | 56 | 50 | 0 | 37 | EC | 4C | 1A |
| Octal | 20 | 27 | 163 | 126 | 120 | 0 | 67 | 354 | 114 | 32 |
| Binary | 10000 | 10111 | 1110011 | 1010110 | 1010000 | 0 | 110111 | 11101100 | 1001100 | 11010 |
Color Harmonies of #101773
Complementary color
Monochromatic Colors of #101773
Black with #101773
Text Example
Text Example
White with #101773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101773; }
p { color: rgb(16,23,115); }
H1.HeaderClassName
{
color: #101773;
}
.AnyTagClassName
{
color: #101773;
}
</style>
background-color css
<style>
a { background-color: #101773; }
a { background-color: rgb(16,23,115); }
div.DivClassName
{
background-color: #101773;
}
.BgClassName
{
background-color: #101773;
}
</style>
border-color css
<style>
span { border-color: #101773; }
span { border-color: rgb(16,23,115); }
td.TdClassName
{
border-color: #101773;
}
.TagClassName
{
border-color: #101773;
}
</style>