Shades of Ultramarine #21098A
Tints of Ultramarine #21098A
RGB
CMYK
RGB Variations
Color information
#21098A (or 0x21098A) is known color: Ultramarine. HEX triplet: 21, 09 and 8A. RGB value is (33,9,138). Sum of RGB (Red+Green+Blue) = 33+9+138=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #21098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21098A is #DEF675. Grayscale: #1E1E1E. Windows color (decimal): -14612086 or 9046305. OLE color: 9046305.
HSL color Cylindrical-coordinate representation of color #21098A: hue angle of 251.16º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21098A is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 9 | 138 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.46 |
| HSL | 251.16º | 0.88% | 0.29% | - |
| HSV(B) | 251.16º | 0.93% | 0.54% | - |
| XYZ | 5.31 | 2.35 | 24.22 | - |
| YUV | 30.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 138 | 0.76 | 0.93 | 0 | 0.46 | 251.16 | 0.88 | 0.29 |
| Hex | 21 | 9 | 8A | 4C | 5D | 0 | 2E | FB | 58 | 1D |
| Octal | 41 | 11 | 212 | 114 | 135 | 0 | 56 | 373 | 130 | 35 |
| Binary | 100001 | 1001 | 10001010 | 1001100 | 1011101 | 0 | 101110 | 11111011 | 1011000 | 11101 |
Color Harmonies of #21098A
Complementary color
Monochromatic Colors of #21098A
Black with #21098A
Text Example
Text Example
White with #21098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21098A; }
p { color: rgb(33,9,138); }
H1.HeaderClassName
{
color: #21098A;
}
.AnyTagClassName
{
color: #21098A;
}
</style>
background-color css
<style>
a { background-color: #21098A; }
a { background-color: rgb(33,9,138); }
div.DivClassName
{
background-color: #21098A;
}
.BgClassName
{
background-color: #21098A;
}
</style>
border-color css
<style>
span { border-color: #21098A; }
span { border-color: rgb(33,9,138); }
td.TdClassName
{
border-color: #21098A;
}
.TagClassName
{
border-color: #21098A;
}
</style>