Shades of New Midnight Blue #1107B4
Tints of New Midnight Blue #1107B4
RGB
CMYK
RGB Variations
Color information
#1107B4 (or 0x1107B4) is known color: New Midnight Blue. HEX triplet: 11, 07 and B4. RGB value is (17,7,180). Sum of RGB (Red+Green+Blue) = 17+7+180=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 180 (70.70% from 255 or 88.24% from 204); Max value from RGB is 180 - color contains mainly: blue. Hex color #1107B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1107B4 is #EEF84B. Grayscale: #1D1D1D. Windows color (decimal): -15661132 or 11798289. OLE color: 11798289.
HSL color Cylindrical-coordinate representation of color #1107B4: hue angle of 243.47º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1107B4 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 7 | 180 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.29 |
| HSL | 243.47º | 0.93% | 0.37% | - |
| HSV(B) | 243.47º | 0.96% | 0.71% | - |
| XYZ | 8.55 | 3.57 | 43.42 | - |
| YUV | 29.71 | 212.81 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 180 | 0.91 | 0.96 | 0 | 0.29 | 243.47 | 0.93 | 0.37 |
| Hex | 11 | 7 | B4 | 5B | 60 | 0 | 1D | F3 | 5D | 25 |
| Octal | 21 | 7 | 264 | 133 | 140 | 0 | 35 | 363 | 135 | 45 |
| Binary | 10001 | 111 | 10110100 | 1011011 | 1100000 | 0 | 11101 | 11110011 | 1011101 | 100101 |
Color Harmonies of #1107B4
Complementary color
Monochromatic Colors of #1107B4
Black with #1107B4
Text Example
Text Example
White with #1107B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1107B4; }
p { color: rgb(17,7,180); }
H1.HeaderClassName
{
color: #1107B4;
}
.AnyTagClassName
{
color: #1107B4;
}
</style>
background-color css
<style>
a { background-color: #1107B4; }
a { background-color: rgb(17,7,180); }
div.DivClassName
{
background-color: #1107B4;
}
.BgClassName
{
background-color: #1107B4;
}
</style>
border-color css
<style>
span { border-color: #1107B4; }
span { border-color: rgb(17,7,180); }
td.TdClassName
{
border-color: #1107B4;
}
.TagClassName
{
border-color: #1107B4;
}
</style>