Shades of New Midnight Blue #1109B3
Tints of New Midnight Blue #1109B3
RGB
CMYK
RGB Variations
Color information
#1109B3 (or 0x1109B3) is known color: New Midnight Blue. HEX triplet: 11, 09 and B3. RGB value is (17,9,179). Sum of RGB (Red+Green+Blue) = 17+9+179=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 179 (70.31% from 255 or 87.32% from 205); Max value from RGB is 179 - color contains mainly: blue. Hex color #1109B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109B3 is #EEF64C. Grayscale: #1E1E1E. Windows color (decimal): -15660621 or 11733265. OLE color: 11733265.
HSL color Cylindrical-coordinate representation of color #1109B3: hue angle of 242.82º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1109B3 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 9 | 179 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.30 |
| HSL | 242.82º | 0.9% | 0.37% | - |
| HSV(B) | 242.82º | 0.95% | 0.7% | - |
| XYZ | 8.47 | 3.57 | 42.89 | - |
| YUV | 30.77 | 211.65 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 179 | 0.91 | 0.95 | 0 | 0.30 | 242.82 | 0.9 | 0.37 |
| Hex | 11 | 9 | B3 | 5B | 5F | 0 | 1E | F3 | 5A | 25 |
| Octal | 21 | 11 | 263 | 133 | 137 | 0 | 36 | 363 | 132 | 45 |
| Binary | 10001 | 1001 | 10110011 | 1011011 | 1011111 | 0 | 11110 | 11110011 | 1011010 | 100101 |
Color Harmonies of #1109B3
Complementary color
Monochromatic Colors of #1109B3
Black with #1109B3
Text Example
Text Example
White with #1109B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109B3; }
p { color: rgb(17,9,179); }
H1.HeaderClassName
{
color: #1109B3;
}
.AnyTagClassName
{
color: #1109B3;
}
</style>
background-color css
<style>
a { background-color: #1109B3; }
a { background-color: rgb(17,9,179); }
div.DivClassName
{
background-color: #1109B3;
}
.BgClassName
{
background-color: #1109B3;
}
</style>
border-color css
<style>
span { border-color: #1109B3; }
span { border-color: rgb(17,9,179); }
td.TdClassName
{
border-color: #1109B3;
}
.TagClassName
{
border-color: #1109B3;
}
</style>