Shades of Midnight Blue #101C6C
Tints of Midnight Blue #101C6C
RGB
CMYK
RGB Variations
Color information
#101C6C (or 0x101C6C) is known color: Midnight Blue. HEX triplet: 10, 1C and 6C. RGB value is (16,28,108). Sum of RGB (Red+Green+Blue) = 16+28+108=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #101C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C6C is #EFE393. Grayscale: #212121. Windows color (decimal): -15721364 or 7085072. OLE color: 7085072.
HSL color Cylindrical-coordinate representation of color #101C6C: hue angle of 232.17º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #101C6C is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 28 | 108 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.58 |
| HSL | 232.17º | 0.74% | 0.24% | - |
| HSV(B) | 232.17º | 0.85% | 0.42% | - |
| XYZ | 3.34 | 2.02 | 14.4 | - |
| YUV | 33.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 108 | 0.85 | 0.74 | 0 | 0.58 | 232.17 | 0.74 | 0.24 |
| Hex | 10 | 1C | 6C | 55 | 4A | 0 | 3A | E8 | 4A | 18 |
| Octal | 20 | 34 | 154 | 125 | 112 | 0 | 72 | 350 | 112 | 30 |
| Binary | 10000 | 11100 | 1101100 | 1010101 | 1001010 | 0 | 111010 | 11101000 | 1001010 | 11000 |
Color Harmonies of #101C6C
Complementary color
Monochromatic Colors of #101C6C
Black with #101C6C
Text Example
Text Example
White with #101C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C6C; }
p { color: rgb(16,28,108); }
H1.HeaderClassName
{
color: #101C6C;
}
.AnyTagClassName
{
color: #101C6C;
}
</style>
background-color css
<style>
a { background-color: #101C6C; }
a { background-color: rgb(16,28,108); }
div.DivClassName
{
background-color: #101C6C;
}
.BgClassName
{
background-color: #101C6C;
}
</style>
border-color css
<style>
span { border-color: #101C6C; }
span { border-color: rgb(16,28,108); }
td.TdClassName
{
border-color: #101C6C;
}
.TagClassName
{
border-color: #101C6C;
}
</style>