Shades of Midnight Blue #110268
Tints of Midnight Blue #110268
RGB
CMYK
RGB Variations
Color information
#110268 (or 0x110268) is known color: Midnight Blue. HEX triplet: 11, 02 and 68. RGB value is (17,2,104). Sum of RGB (Red+Green+Blue) = 17+2+104=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 104 (41.02% from 255 or 84.55% from 123); Max value from RGB is 104 - color contains mainly: blue. Hex color #110268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110268 is #EEFD97. Grayscale: #111111. Windows color (decimal): -15662488 or 6816273. OLE color: 6816273.
HSL color Cylindrical-coordinate representation of color #110268: hue angle of 248.82º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110268 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 2 | 104 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.59 |
| HSL | 248.82º | 0.96% | 0.21% | - |
| HSV(B) | 248.82º | 0.98% | 0.41% | - |
| XYZ | 2.75 | 1.16 | 13.18 | - |
| YUV | 18.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 104 | 0.84 | 0.98 | 0 | 0.59 | 248.82 | 0.96 | 0.21 |
| Hex | 11 | 2 | 68 | 54 | 62 | 0 | 3B | F9 | 60 | 15 |
| Octal | 21 | 2 | 150 | 124 | 142 | 0 | 73 | 371 | 140 | 25 |
| Binary | 10001 | 10 | 1101000 | 1010100 | 1100010 | 0 | 111011 | 11111001 | 1100000 | 10101 |
Color Harmonies of #110268
Complementary color
Monochromatic Colors of #110268
Black with #110268
Text Example
Text Example
White with #110268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110268; }
p { color: rgb(17,2,104); }
H1.HeaderClassName
{
color: #110268;
}
.AnyTagClassName
{
color: #110268;
}
</style>
background-color css
<style>
a { background-color: #110268; }
a { background-color: rgb(17,2,104); }
div.DivClassName
{
background-color: #110268;
}
.BgClassName
{
background-color: #110268;
}
</style>
border-color css
<style>
span { border-color: #110268; }
span { border-color: rgb(17,2,104); }
td.TdClassName
{
border-color: #110268;
}
.TagClassName
{
border-color: #110268;
}
</style>