Shades of New Midnight Blue #1610B2
Tints of New Midnight Blue #1610B2
RGB
CMYK
RGB Variations
Color information
#1610B2 (or 0x1610B2) is known color: New Midnight Blue. HEX triplet: 16, 10 and B2. RGB value is (22,16,178). Sum of RGB (Red+Green+Blue) = 22+16+178=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 178 (69.92% from 255 or 82.41% from 216); Max value from RGB is 178 - color contains mainly: blue. Hex color #1610B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1610B2 is #E9EF4D. Grayscale: #232323. Windows color (decimal): -15331150 or 11669526. OLE color: 11669526.
HSL color Cylindrical-coordinate representation of color #1610B2: hue angle of 242.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1610B2 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 16 | 178 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.30 |
| HSL | 242.22º | 0.84% | 0.38% | - |
| HSV(B) | 242.22º | 0.91% | 0.7% | - |
| XYZ | 8.55 | 3.76 | 42.39 | - |
| YUV | 36.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 16 | 178 | 0.88 | 0.91 | 0 | 0.30 | 242.22 | 0.84 | 0.38 |
| Hex | 16 | 10 | B2 | 58 | 5B | 0 | 1E | F2 | 54 | 26 |
| Octal | 26 | 20 | 262 | 130 | 133 | 0 | 36 | 362 | 124 | 46 |
| Binary | 10110 | 10000 | 10110010 | 1011000 | 1011011 | 0 | 11110 | 11110010 | 1010100 | 100110 |
Color Harmonies of #1610B2
Complementary color
Monochromatic Colors of #1610B2
Black with #1610B2
Text Example
Text Example
White with #1610B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1610B2; }
p { color: rgb(22,16,178); }
H1.HeaderClassName
{
color: #1610B2;
}
.AnyTagClassName
{
color: #1610B2;
}
</style>
background-color css
<style>
a { background-color: #1610B2; }
a { background-color: rgb(22,16,178); }
div.DivClassName
{
background-color: #1610B2;
}
.BgClassName
{
background-color: #1610B2;
}
</style>
border-color css
<style>
span { border-color: #1610B2; }
span { border-color: rgb(22,16,178); }
td.TdClassName
{
border-color: #1610B2;
}
.TagClassName
{
border-color: #1610B2;
}
</style>