Shades of Midnight Blue #110365
Tints of Midnight Blue #110365
RGB
CMYK
RGB Variations
Color information
#110365 (or 0x110365) is known color: Midnight Blue. HEX triplet: 11, 03 and 65. RGB value is (17,3,101). Sum of RGB (Red+Green+Blue) = 17+3+101=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 101 (39.84% from 255 or 83.47% from 121); Max value from RGB is 101 - color contains mainly: blue. Hex color #110365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110365 is #EEFC9A. Grayscale: #111111. Windows color (decimal): -15662235 or 6619921. OLE color: 6619921.
HSL color Cylindrical-coordinate representation of color #110365: hue angle of 248.57º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110365 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 3 | 101 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.60 |
| HSL | 248.57º | 0.94% | 0.2% | - |
| HSV(B) | 248.57º | 0.97% | 0.4% | - |
| XYZ | 2.61 | 1.12 | 12.39 | - |
| YUV | 18.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 101 | 0.83 | 0.97 | 0 | 0.60 | 248.57 | 0.94 | 0.2 |
| Hex | 11 | 3 | 65 | 53 | 61 | 0 | 3C | F9 | 5E | 14 |
| Octal | 21 | 3 | 145 | 123 | 141 | 0 | 74 | 371 | 136 | 24 |
| Binary | 10001 | 11 | 1100101 | 1010011 | 1100001 | 0 | 111100 | 11111001 | 1011110 | 10100 |
Color Harmonies of #110365
Complementary color
Monochromatic Colors of #110365
Black with #110365
Text Example
Text Example
White with #110365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110365; }
p { color: rgb(17,3,101); }
H1.HeaderClassName
{
color: #110365;
}
.AnyTagClassName
{
color: #110365;
}
</style>
background-color css
<style>
a { background-color: #110365; }
a { background-color: rgb(17,3,101); }
div.DivClassName
{
background-color: #110365;
}
.BgClassName
{
background-color: #110365;
}
</style>
border-color css
<style>
span { border-color: #110365; }
span { border-color: rgb(17,3,101); }
td.TdClassName
{
border-color: #110365;
}
.TagClassName
{
border-color: #110365;
}
</style>