Shades of Ultramarine #2009B2
Tints of Ultramarine #2009B2
RGB
CMYK
RGB Variations
Color information
#2009B2 (or 0x2009B2) is known color: Ultramarine. HEX triplet: 20, 09 and B2. RGB value is (32,9,178). Sum of RGB (Red+Green+Blue) = 32+9+178=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 178 (69.92% from 255 or 81.28% from 219); Max value from RGB is 178 - color contains mainly: blue. Hex color #2009B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2009B2 is #DFF64D. Grayscale: #222222. Windows color (decimal): -14677582 or 11667744. OLE color: 11667744.
HSL color Cylindrical-coordinate representation of color #2009B2: hue angle of 248.17º 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 #2009B2 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 9 | 178 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.30 |
| HSL | 248.17º | 0.9% | 0.37% | - |
| HSV(B) | 248.17º | 0.95% | 0.7% | - |
| XYZ | 8.73 | 3.72 | 42.38 | - |
| YUV | 35.14 | 208.62 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 178 | 0.82 | 0.95 | 0 | 0.30 | 248.17 | 0.9 | 0.37 |
| Hex | 20 | 9 | B2 | 52 | 5F | 0 | 1E | F8 | 5A | 25 |
| Octal | 40 | 11 | 262 | 122 | 137 | 0 | 36 | 370 | 132 | 45 |
| Binary | 100000 | 1001 | 10110010 | 1010010 | 1011111 | 0 | 11110 | 11111000 | 1011010 | 100101 |
Color Harmonies of #2009B2
Complementary color
Monochromatic Colors of #2009B2
Black with #2009B2
Text Example
Text Example
White with #2009B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009B2; }
p { color: rgb(32,9,178); }
H1.HeaderClassName
{
color: #2009B2;
}
.AnyTagClassName
{
color: #2009B2;
}
</style>
background-color css
<style>
a { background-color: #2009B2; }
a { background-color: rgb(32,9,178); }
div.DivClassName
{
background-color: #2009B2;
}
.BgClassName
{
background-color: #2009B2;
}
</style>
border-color css
<style>
span { border-color: #2009B2; }
span { border-color: rgb(32,9,178); }
td.TdClassName
{
border-color: #2009B2;
}
.TagClassName
{
border-color: #2009B2;
}
</style>