Shades of New Midnight Blue #110CB2
Tints of New Midnight Blue #110CB2
RGB
CMYK
RGB Variations
Color information
#110CB2 (or 0x110CB2) is known color: New Midnight Blue. HEX triplet: 11, 0C and B2. RGB value is (17,12,178). Sum of RGB (Red+Green+Blue) = 17+12+178=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 178 (69.92% from 255 or 85.99% from 207); Max value from RGB is 178 - color contains mainly: blue. Hex color #110CB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110CB2 is #EEF34D. Grayscale: #1F1F1F. Windows color (decimal): -15659854 or 11668497. OLE color: 11668497.
HSL color Cylindrical-coordinate representation of color #110CB2: hue angle of 241.81º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110CB2 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 12 | 178 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.30 |
| HSL | 241.81º | 0.87% | 0.37% | - |
| HSV(B) | 241.81º | 0.93% | 0.7% | - |
| XYZ | 8.4 | 3.6 | 42.37 | - |
| YUV | 32.42 | 210.16 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 178 | 0.90 | 0.93 | 0 | 0.30 | 241.81 | 0.87 | 0.37 |
| Hex | 11 | C | B2 | 5A | 5D | 0 | 1E | F2 | 57 | 25 |
| Octal | 21 | 14 | 262 | 132 | 135 | 0 | 36 | 362 | 127 | 45 |
| Binary | 10001 | 1100 | 10110010 | 1011010 | 1011101 | 0 | 11110 | 11110010 | 1010111 | 100101 |
Color Harmonies of #110CB2
Complementary color
Monochromatic Colors of #110CB2
Black with #110CB2
Text Example
Text Example
White with #110CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CB2; }
p { color: rgb(17,12,178); }
H1.HeaderClassName
{
color: #110CB2;
}
.AnyTagClassName
{
color: #110CB2;
}
</style>
background-color css
<style>
a { background-color: #110CB2; }
a { background-color: rgb(17,12,178); }
div.DivClassName
{
background-color: #110CB2;
}
.BgClassName
{
background-color: #110CB2;
}
</style>
border-color css
<style>
span { border-color: #110CB2; }
span { border-color: rgb(17,12,178); }
td.TdClassName
{
border-color: #110CB2;
}
.TagClassName
{
border-color: #110CB2;
}
</style>