Shades of Midnight Blue #101C74
Tints of Midnight Blue #101C74
RGB
CMYK
RGB Variations
Color information
#101C74 (or 0x101C74) is known color: Midnight Blue. HEX triplet: 10, 1C and 74. RGB value is (16,28,116). Sum of RGB (Red+Green+Blue) = 16+28+116=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #101C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C74 is #EFE38B. Grayscale: #222222. Windows color (decimal): -15721356 or 7609360. OLE color: 7609360.
HSL color Cylindrical-coordinate representation of color #101C74: hue angle of 232.8º 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 #101C74 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 28 | 116 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.55 |
| HSL | 232.8º | 0.76% | 0.26% | - |
| HSV(B) | 232.8º | 0.86% | 0.45% | - |
| XYZ | 3.78 | 2.2 | 16.75 | - |
| YUV | 34.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 116 | 0.86 | 0.76 | 0 | 0.55 | 232.8 | 0.76 | 0.26 |
| Hex | 10 | 1C | 74 | 56 | 4C | 0 | 37 | E9 | 4C | 1A |
| Octal | 20 | 34 | 164 | 126 | 114 | 0 | 67 | 351 | 114 | 32 |
| Binary | 10000 | 11100 | 1110100 | 1010110 | 1001100 | 0 | 110111 | 11101001 | 1001100 | 11010 |
Color Harmonies of #101C74
Complementary color
Monochromatic Colors of #101C74
Black with #101C74
Text Example
Text Example
White with #101C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C74; }
p { color: rgb(16,28,116); }
H1.HeaderClassName
{
color: #101C74;
}
.AnyTagClassName
{
color: #101C74;
}
</style>
background-color css
<style>
a { background-color: #101C74; }
a { background-color: rgb(16,28,116); }
div.DivClassName
{
background-color: #101C74;
}
.BgClassName
{
background-color: #101C74;
}
</style>
border-color css
<style>
span { border-color: #101C74; }
span { border-color: rgb(16,28,116); }
td.TdClassName
{
border-color: #101C74;
}
.TagClassName
{
border-color: #101C74;
}
</style>