Shades of Midnight #11274C
Tints of Midnight #11274C
RGB
CMYK
RGB Variations
Color information
#11274C (or 0x11274C) is known color: Midnight. HEX triplet: 11, 27 and 4C. RGB value is (17,39,76). Sum of RGB (Red+Green+Blue) = 17+39+76=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #11274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11274C is #EED8B3. Grayscale: #242424. Windows color (decimal): -15653044 or 4990737. OLE color: 4990737.
HSL color Cylindrical-coordinate representation of color #11274C: hue angle of 217.63º degrees, saturation: 0.63, 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 #11274C is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 39 | 76 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.70 |
| HSL | 217.63º | 0.63% | 0.18% | - |
| HSV(B) | 217.63º | 0.78% | 0.3% | - |
| XYZ | 2.26 | 2.09 | 7.12 | - |
| YUV | 36.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 76 | 0.78 | 0.49 | 0 | 0.70 | 217.63 | 0.63 | 0.18 |
| Hex | 11 | 27 | 4C | 4E | 31 | 0 | 46 | DA | 3F | 12 |
| Octal | 21 | 47 | 114 | 116 | 61 | 0 | 106 | 332 | 77 | 22 |
| Binary | 10001 | 100111 | 1001100 | 1001110 | 110001 | 0 | 1000110 | 11011010 | 111111 | 10010 |
Color Harmonies of #11274C
Complementary color
Monochromatic Colors of #11274C
Black with #11274C
Text Example
Text Example
White with #11274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11274C; }
p { color: rgb(17,39,76); }
H1.HeaderClassName
{
color: #11274C;
}
.AnyTagClassName
{
color: #11274C;
}
</style>
background-color css
<style>
a { background-color: #11274C; }
a { background-color: rgb(17,39,76); }
div.DivClassName
{
background-color: #11274C;
}
.BgClassName
{
background-color: #11274C;
}
</style>
border-color css
<style>
span { border-color: #11274C; }
span { border-color: rgb(17,39,76); }
td.TdClassName
{
border-color: #11274C;
}
.TagClassName
{
border-color: #11274C;
}
</style>