Shades of Midnight #11274D
Tints of Midnight #11274D
RGB
CMYK
RGB Variations
Color information
#11274D (or 0x11274D) is known color: Midnight. HEX triplet: 11, 27 and 4D. RGB value is (17,39,77). Sum of RGB (Red+Green+Blue) = 17+39+77=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #11274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11274D is #EED8B2. Grayscale: #242424. Windows color (decimal): -15653043 or 5056273. OLE color: 5056273.
HSL color Cylindrical-coordinate representation of color #11274D: hue angle of 218º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11274D is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 39 | 77 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.70 |
| HSL | 218º | 0.64% | 0.18% | - |
| HSV(B) | 218º | 0.78% | 0.3% | - |
| XYZ | 2.3 | 2.11 | 7.31 | - |
| YUV | 36.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 77 | 0.78 | 0.49 | 0 | 0.70 | 218 | 0.64 | 0.18 |
| Hex | 11 | 27 | 4D | 4E | 31 | 0 | 46 | DA | 40 | 12 |
| Octal | 21 | 47 | 115 | 116 | 61 | 0 | 106 | 332 | 100 | 22 |
| Binary | 10001 | 100111 | 1001101 | 1001110 | 110001 | 0 | 1000110 | 11011010 | 1000000 | 10010 |
Color Harmonies of #11274D
Complementary color
Monochromatic Colors of #11274D
Black with #11274D
Text Example
Text Example
White with #11274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11274D; }
p { color: rgb(17,39,77); }
H1.HeaderClassName
{
color: #11274D;
}
.AnyTagClassName
{
color: #11274D;
}
</style>
background-color css
<style>
a { background-color: #11274D; }
a { background-color: rgb(17,39,77); }
div.DivClassName
{
background-color: #11274D;
}
.BgClassName
{
background-color: #11274D;
}
</style>
border-color css
<style>
span { border-color: #11274D; }
span { border-color: rgb(17,39,77); }
td.TdClassName
{
border-color: #11274D;
}
.TagClassName
{
border-color: #11274D;
}
</style>