Shades of Ultramarine #2009B1
Tints of Ultramarine #2009B1
RGB
CMYK
RGB Variations
Color information
#2009B1 (or 0x2009B1) is known color: Ultramarine. HEX triplet: 20, 09 and B1. RGB value is (32,9,177). Sum of RGB (Red+Green+Blue) = 32+9+177=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 177 (69.53% from 255 or 81.19% from 218); Max value from RGB is 177 - color contains mainly: blue. Hex color #2009B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2009B1 is #DFF64E. Grayscale: #222222. Windows color (decimal): -14677583 or 11602208. OLE color: 11602208.
HSL color Cylindrical-coordinate representation of color #2009B1: hue angle of 248.21º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2009B1 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 9 | 177 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.31 |
| HSL | 248.21º | 0.9% | 0.36% | - |
| HSV(B) | 248.21º | 0.95% | 0.69% | - |
| XYZ | 8.63 | 3.68 | 41.85 | - |
| YUV | 35.03 | 208.12 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 177 | 0.82 | 0.95 | 0 | 0.31 | 248.21 | 0.9 | 0.36 |
| Hex | 20 | 9 | B1 | 52 | 5F | 0 | 1F | F8 | 5A | 24 |
| Octal | 40 | 11 | 261 | 122 | 137 | 0 | 37 | 370 | 132 | 44 |
| Binary | 100000 | 1001 | 10110001 | 1010010 | 1011111 | 0 | 11111 | 11111000 | 1011010 | 100100 |
Color Harmonies of #2009B1
Complementary color
Monochromatic Colors of #2009B1
Black with #2009B1
Text Example
Text Example
White with #2009B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009B1; }
p { color: rgb(32,9,177); }
H1.HeaderClassName
{
color: #2009B1;
}
.AnyTagClassName
{
color: #2009B1;
}
</style>
background-color css
<style>
a { background-color: #2009B1; }
a { background-color: rgb(32,9,177); }
div.DivClassName
{
background-color: #2009B1;
}
.BgClassName
{
background-color: #2009B1;
}
</style>
border-color css
<style>
span { border-color: #2009B1; }
span { border-color: rgb(32,9,177); }
td.TdClassName
{
border-color: #2009B1;
}
.TagClassName
{
border-color: #2009B1;
}
</style>