Shades of Midnight Blue #11195D
Tints of Midnight Blue #11195D
RGB
CMYK
RGB Variations
Color information
#11195D (or 0x11195D) is known color: Midnight Blue. HEX triplet: 11, 19 and 5D. RGB value is (17,25,93). Sum of RGB (Red+Green+Blue) = 17+25+93=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #11195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11195D is #EEE6A2. Grayscale: #1E1E1E. Windows color (decimal): -15656611 or 6101265. OLE color: 6101265.
HSL color Cylindrical-coordinate representation of color #11195D: hue angle of 233.68º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11195D is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 25 | 93 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.64 |
| HSL | 233.68º | 0.69% | 0.22% | - |
| HSV(B) | 233.68º | 0.82% | 0.36% | - |
| XYZ | 2.55 | 1.6 | 10.53 | - |
| YUV | 30.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 93 | 0.82 | 0.73 | 0 | 0.64 | 233.68 | 0.69 | 0.22 |
| Hex | 11 | 19 | 5D | 52 | 49 | 0 | 40 | EA | 45 | 16 |
| Octal | 21 | 31 | 135 | 122 | 111 | 0 | 100 | 352 | 105 | 26 |
| Binary | 10001 | 11001 | 1011101 | 1010010 | 1001001 | 0 | 1000000 | 11101010 | 1000101 | 10110 |
Color Harmonies of #11195D
Complementary color
Monochromatic Colors of #11195D
Black with #11195D
Text Example
Text Example
White with #11195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11195D; }
p { color: rgb(17,25,93); }
H1.HeaderClassName
{
color: #11195D;
}
.AnyTagClassName
{
color: #11195D;
}
</style>
background-color css
<style>
a { background-color: #11195D; }
a { background-color: rgb(17,25,93); }
div.DivClassName
{
background-color: #11195D;
}
.BgClassName
{
background-color: #11195D;
}
</style>
border-color css
<style>
span { border-color: #11195D; }
span { border-color: rgb(17,25,93); }
td.TdClassName
{
border-color: #11195D;
}
.TagClassName
{
border-color: #11195D;
}
</style>