Shades of Ultramarine #2016B3
Tints of Ultramarine #2016B3
RGB
CMYK
RGB Variations
Color information
#2016B3 (or 0x2016B3) is known color: Ultramarine. HEX triplet: 20, 16 and B3. RGB value is (32,22,179). Sum of RGB (Red+Green+Blue) = 32+22+179=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 179 (70.31% from 255 or 76.82% from 233); Max value from RGB is 179 - color contains mainly: blue. Hex color #2016B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016B3 is #DFE94C. Grayscale: #2A2A2A. Windows color (decimal): -14674253 or 11736608. OLE color: 11736608.
HSL color Cylindrical-coordinate representation of color #2016B3: hue angle of 243.82º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2016B3 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 22 | 179 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.30 |
| HSL | 243.82º | 0.78% | 0.39% | - |
| HSV(B) | 243.82º | 0.88% | 0.7% | - |
| XYZ | 9.02 | 4.14 | 42.97 | - |
| YUV | 42.89 | 204.81 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 179 | 0.82 | 0.88 | 0 | 0.30 | 243.82 | 0.78 | 0.39 |
| Hex | 20 | 16 | B3 | 52 | 58 | 0 | 1E | F4 | 4E | 27 |
| Octal | 40 | 26 | 263 | 122 | 130 | 0 | 36 | 364 | 116 | 47 |
| Binary | 100000 | 10110 | 10110011 | 1010010 | 1011000 | 0 | 11110 | 11110100 | 1001110 | 100111 |
Color Harmonies of #2016B3
Complementary color
Monochromatic Colors of #2016B3
Black with #2016B3
Text Example
Text Example
White with #2016B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016B3; }
p { color: rgb(32,22,179); }
H1.HeaderClassName
{
color: #2016B3;
}
.AnyTagClassName
{
color: #2016B3;
}
</style>
background-color css
<style>
a { background-color: #2016B3; }
a { background-color: rgb(32,22,179); }
div.DivClassName
{
background-color: #2016B3;
}
.BgClassName
{
background-color: #2016B3;
}
</style>
border-color css
<style>
span { border-color: #2016B3; }
span { border-color: rgb(32,22,179); }
td.TdClassName
{
border-color: #2016B3;
}
.TagClassName
{
border-color: #2016B3;
}
</style>