Shades of Midnight Blue #110C67
Tints of Midnight Blue #110C67
RGB
CMYK
RGB Variations
Color information
#110C67 (or 0x110C67) is known color: Midnight Blue. HEX triplet: 11, 0C and 67. RGB value is (17,12,103). Sum of RGB (Red+Green+Blue) = 17+12+103=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 103 (40.62% from 255 or 78.03% from 132); Max value from RGB is 103 - color contains mainly: blue. Hex color #110C67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C67 is #EEF398. Grayscale: #171717. Windows color (decimal): -15659929 or 6753297. OLE color: 6753297.
HSL color Cylindrical-coordinate representation of color #110C67: hue angle of 243.3º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110C67 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 12 | 103 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.60 |
| HSL | 243.3º | 0.79% | 0.23% | - |
| HSV(B) | 243.3º | 0.88% | 0.4% | - |
| XYZ | 2.81 | 1.36 | 12.95 | - |
| YUV | 23.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 103 | 0.83 | 0.88 | 0 | 0.60 | 243.3 | 0.79 | 0.23 |
| Hex | 11 | C | 67 | 53 | 58 | 0 | 3C | F3 | 4F | 17 |
| Octal | 21 | 14 | 147 | 123 | 130 | 0 | 74 | 363 | 117 | 27 |
| Binary | 10001 | 1100 | 1100111 | 1010011 | 1011000 | 0 | 111100 | 11110011 | 1001111 | 10111 |
Color Harmonies of #110C67
Complementary color
Monochromatic Colors of #110C67
Black with #110C67
Text Example
Text Example
White with #110C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C67; }
p { color: rgb(17,12,103); }
H1.HeaderClassName
{
color: #110C67;
}
.AnyTagClassName
{
color: #110C67;
}
</style>
background-color css
<style>
a { background-color: #110C67; }
a { background-color: rgb(17,12,103); }
div.DivClassName
{
background-color: #110C67;
}
.BgClassName
{
background-color: #110C67;
}
</style>
border-color css
<style>
span { border-color: #110C67; }
span { border-color: rgb(17,12,103); }
td.TdClassName
{
border-color: #110C67;
}
.TagClassName
{
border-color: #110C67;
}
</style>