Shades of Ultramarine #2109AF
Tints of Ultramarine #2109AF
RGB
CMYK
RGB Variations
Color information
#2109AF (or 0x2109AF) is known color: Ultramarine. HEX triplet: 21, 09 and AF. RGB value is (33,9,175). Sum of RGB (Red+Green+Blue) = 33+9+175=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 175 (68.75% from 255 or 80.65% from 217); Max value from RGB is 175 - color contains mainly: blue. Hex color #2109AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2109AF is #DEF650. Grayscale: #222222. Windows color (decimal): -14612049 or 11471137. OLE color: 11471137.
HSL color Cylindrical-coordinate representation of color #2109AF: hue angle of 248.67º 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 #2109AF is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 9 | 175 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.31 |
| HSL | 248.67º | 0.9% | 0.36% | - |
| HSV(B) | 248.67º | 0.95% | 0.69% | - |
| XYZ | 8.46 | 3.61 | 40.81 | - |
| YUV | 35.1 | 206.95 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 175 | 0.81 | 0.95 | 0 | 0.31 | 248.67 | 0.9 | 0.36 |
| Hex | 21 | 9 | AF | 51 | 5F | 0 | 1F | F9 | 5A | 24 |
| Octal | 41 | 11 | 257 | 121 | 137 | 0 | 37 | 371 | 132 | 44 |
| Binary | 100001 | 1001 | 10101111 | 1010001 | 1011111 | 0 | 11111 | 11111001 | 1011010 | 100100 |
Color Harmonies of #2109AF
Complementary color
Monochromatic Colors of #2109AF
Black with #2109AF
Text Example
Text Example
White with #2109AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2109AF; }
p { color: rgb(33,9,175); }
H1.HeaderClassName
{
color: #2109AF;
}
.AnyTagClassName
{
color: #2109AF;
}
</style>
background-color css
<style>
a { background-color: #2109AF; }
a { background-color: rgb(33,9,175); }
div.DivClassName
{
background-color: #2109AF;
}
.BgClassName
{
background-color: #2109AF;
}
</style>
border-color css
<style>
span { border-color: #2109AF; }
span { border-color: rgb(33,9,175); }
td.TdClassName
{
border-color: #2109AF;
}
.TagClassName
{
border-color: #2109AF;
}
</style>