Shades of Midnight Blue #110453
Tints of Midnight Blue #110453
RGB
CMYK
RGB Variations
Color information
#110453 (or 0x110453) is known color: Midnight Blue. HEX triplet: 11, 04 and 53. RGB value is (17,4,83). Sum of RGB (Red+Green+Blue) = 17+4+83=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #110453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110453 is #EEFBAC. Grayscale: #101010. Windows color (decimal): -15661997 or 5440529. OLE color: 5440529.
HSL color Cylindrical-coordinate representation of color #110453: hue angle of 249.87º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110453 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 4 | 83 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.67 |
| HSL | 249.87º | 0.91% | 0.17% | - |
| HSV(B) | 249.87º | 0.95% | 0.33% | - |
| XYZ | 1.84 | 0.83 | 8.25 | - |
| YUV | 16.89 | 165.31 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 83 | 0.80 | 0.95 | 0 | 0.67 | 249.87 | 0.91 | 0.17 |
| Hex | 11 | 4 | 53 | 50 | 5F | 0 | 43 | FA | 5B | 11 |
| Octal | 21 | 4 | 123 | 120 | 137 | 0 | 103 | 372 | 133 | 21 |
| Binary | 10001 | 100 | 1010011 | 1010000 | 1011111 | 0 | 1000011 | 11111010 | 1011011 | 10001 |
Color Harmonies of #110453
Complementary color
Monochromatic Colors of #110453
Black with #110453
Text Example
Text Example
White with #110453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110453; }
p { color: rgb(17,4,83); }
H1.HeaderClassName
{
color: #110453;
}
.AnyTagClassName
{
color: #110453;
}
</style>
background-color css
<style>
a { background-color: #110453; }
a { background-color: rgb(17,4,83); }
div.DivClassName
{
background-color: #110453;
}
.BgClassName
{
background-color: #110453;
}
</style>
border-color css
<style>
span { border-color: #110453; }
span { border-color: rgb(17,4,83); }
td.TdClassName
{
border-color: #110453;
}
.TagClassName
{
border-color: #110453;
}
</style>