Shades of Ultramarine #2011B7
Tints of Ultramarine #2011B7
RGB
CMYK
RGB Variations
Color information
#2011B7 (or 0x2011B7) is known color: Ultramarine. HEX triplet: 20, 11 and B7. RGB value is (32,17,183). Sum of RGB (Red+Green+Blue) = 32+17+183=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 183 (71.88% from 255 or 78.88% from 232); Max value from RGB is 183 - color contains mainly: blue. Hex color #2011B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011B7 is #DFEE48. Grayscale: #272727. Windows color (decimal): -14675529 or 11997472. OLE color: 11997472.
HSL color Cylindrical-coordinate representation of color #2011B7: hue angle of 245.42º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2011B7 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 17 | 183 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.28 |
| HSL | 245.42º | 0.83% | 0.39% | - |
| HSV(B) | 245.42º | 0.91% | 0.72% | - |
| XYZ | 9.34 | 4.13 | 45.1 | - |
| YUV | 40.41 | 208.47 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 183 | 0.83 | 0.91 | 0 | 0.28 | 245.42 | 0.83 | 0.39 |
| Hex | 20 | 11 | B7 | 53 | 5B | 0 | 1C | F5 | 53 | 27 |
| Octal | 40 | 21 | 267 | 123 | 133 | 0 | 34 | 365 | 123 | 47 |
| Binary | 100000 | 10001 | 10110111 | 1010011 | 1011011 | 0 | 11100 | 11110101 | 1010011 | 100111 |
Color Harmonies of #2011B7
Complementary color
Monochromatic Colors of #2011B7
Black with #2011B7
Text Example
Text Example
White with #2011B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011B7; }
p { color: rgb(32,17,183); }
H1.HeaderClassName
{
color: #2011B7;
}
.AnyTagClassName
{
color: #2011B7;
}
</style>
background-color css
<style>
a { background-color: #2011B7; }
a { background-color: rgb(32,17,183); }
div.DivClassName
{
background-color: #2011B7;
}
.BgClassName
{
background-color: #2011B7;
}
</style>
border-color css
<style>
span { border-color: #2011B7; }
span { border-color: rgb(32,17,183); }
td.TdClassName
{
border-color: #2011B7;
}
.TagClassName
{
border-color: #2011B7;
}
</style>