Shades of Midnight Blue #101C6E
Tints of Midnight Blue #101C6E
RGB
CMYK
RGB Variations
Color information
#101C6E (or 0x101C6E) is known color: Midnight Blue. HEX triplet: 10, 1C and 6E. RGB value is (16,28,110). Sum of RGB (Red+Green+Blue) = 16+28+110=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 110 (43.36% from 255 or 71.43% from 154); Max value from RGB is 110 - color contains mainly: blue. Hex color #101C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C6E is #EFE391. Grayscale: #212121. Windows color (decimal): -15721362 or 7216144. OLE color: 7216144.
HSL color Cylindrical-coordinate representation of color #101C6E: hue angle of 232.34º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #101C6E is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 28 | 110 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.57 |
| HSL | 232.34º | 0.75% | 0.25% | - |
| HSV(B) | 232.34º | 0.85% | 0.43% | - |
| XYZ | 3.44 | 2.07 | 14.97 | - |
| YUV | 33.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 110 | 0.85 | 0.75 | 0 | 0.57 | 232.34 | 0.75 | 0.25 |
| Hex | 10 | 1C | 6E | 55 | 4B | 0 | 39 | E8 | 4B | 19 |
| Octal | 20 | 34 | 156 | 125 | 113 | 0 | 71 | 350 | 113 | 31 |
| Binary | 10000 | 11100 | 1101110 | 1010101 | 1001011 | 0 | 111001 | 11101000 | 1001011 | 11001 |
Color Harmonies of #101C6E
Complementary color
Monochromatic Colors of #101C6E
Black with #101C6E
Text Example
Text Example
White with #101C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C6E; }
p { color: rgb(16,28,110); }
H1.HeaderClassName
{
color: #101C6E;
}
.AnyTagClassName
{
color: #101C6E;
}
</style>
background-color css
<style>
a { background-color: #101C6E; }
a { background-color: rgb(16,28,110); }
div.DivClassName
{
background-color: #101C6E;
}
.BgClassName
{
background-color: #101C6E;
}
</style>
border-color css
<style>
span { border-color: #101C6E; }
span { border-color: rgb(16,28,110); }
td.TdClassName
{
border-color: #101C6E;
}
.TagClassName
{
border-color: #101C6E;
}
</style>