Shades of Midnight Blue #110254
Tints of Midnight Blue #110254
RGB
CMYK
RGB Variations
Color information
#110254 (or 0x110254) is known color: Midnight Blue. HEX triplet: 11, 02 and 54. RGB value is (17,2,84). Sum of RGB (Red+Green+Blue) = 17+2+84=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 84 (33.20% from 255 or 81.55% from 103); Max value from RGB is 84 - color contains mainly: blue. Hex color #110254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110254 is #EEFDAB. Grayscale: #0F0F0F. Windows color (decimal): -15662508 or 5505553. OLE color: 5505553.
HSL color Cylindrical-coordinate representation of color #110254: hue angle of 250.98º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110254 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 2 | 84 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.67 |
| HSL | 250.98º | 0.95% | 0.17% | - |
| HSV(B) | 250.98º | 0.98% | 0.33% | - |
| XYZ | 1.85 | 0.8 | 8.44 | - |
| YUV | 15.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 84 | 0.80 | 0.98 | 0 | 0.67 | 250.98 | 0.95 | 0.17 |
| Hex | 11 | 2 | 54 | 50 | 62 | 0 | 43 | FB | 5F | 11 |
| Octal | 21 | 2 | 124 | 120 | 142 | 0 | 103 | 373 | 137 | 21 |
| Binary | 10001 | 10 | 1010100 | 1010000 | 1100010 | 0 | 1000011 | 11111011 | 1011111 | 10001 |
Color Harmonies of #110254
Complementary color
Monochromatic Colors of #110254
Black with #110254
Text Example
Text Example
White with #110254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110254; }
p { color: rgb(17,2,84); }
H1.HeaderClassName
{
color: #110254;
}
.AnyTagClassName
{
color: #110254;
}
</style>
background-color css
<style>
a { background-color: #110254; }
a { background-color: rgb(17,2,84); }
div.DivClassName
{
background-color: #110254;
}
.BgClassName
{
background-color: #110254;
}
</style>
border-color css
<style>
span { border-color: #110254; }
span { border-color: rgb(17,2,84); }
td.TdClassName
{
border-color: #110254;
}
.TagClassName
{
border-color: #110254;
}
</style>