Shades of Midnight #11264B
Tints of Midnight #11264B
RGB
CMYK
RGB Variations
Color information
#11264B (or 0x11264B) is known color: Midnight. HEX triplet: 11, 26 and 4B. RGB value is (17,38,75). Sum of RGB (Red+Green+Blue) = 17+38+75=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #11264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11264B is #EED9B4. Grayscale: #232323. Windows color (decimal): -15653301 or 4924945. OLE color: 4924945.
HSL color Cylindrical-coordinate representation of color #11264B: hue angle of 218.28º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11264B is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 38 | 75 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.71 |
| HSL | 218.28º | 0.63% | 0.18% | - |
| HSV(B) | 218.28º | 0.77% | 0.29% | - |
| XYZ | 2.19 | 2.01 | 6.93 | - |
| YUV | 35.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 75 | 0.77 | 0.49 | 0 | 0.71 | 218.28 | 0.63 | 0.18 |
| Hex | 11 | 26 | 4B | 4D | 31 | 0 | 47 | DA | 3F | 12 |
| Octal | 21 | 46 | 113 | 115 | 61 | 0 | 107 | 332 | 77 | 22 |
| Binary | 10001 | 100110 | 1001011 | 1001101 | 110001 | 0 | 1000111 | 11011010 | 111111 | 10010 |
Color Harmonies of #11264B
Complementary color
Monochromatic Colors of #11264B
Black with #11264B
Text Example
Text Example
White with #11264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11264B; }
p { color: rgb(17,38,75); }
H1.HeaderClassName
{
color: #11264B;
}
.AnyTagClassName
{
color: #11264B;
}
</style>
background-color css
<style>
a { background-color: #11264B; }
a { background-color: rgb(17,38,75); }
div.DivClassName
{
background-color: #11264B;
}
.BgClassName
{
background-color: #11264B;
}
</style>
border-color css
<style>
span { border-color: #11264B; }
span { border-color: rgb(17,38,75); }
td.TdClassName
{
border-color: #11264B;
}
.TagClassName
{
border-color: #11264B;
}
</style>