Shades of Ultramarine #21099D
Tints of Ultramarine #21099D
RGB
CMYK
RGB Variations
Color information
#21099D (or 0x21099D) is known color: Ultramarine. HEX triplet: 21, 09 and 9D. RGB value is (33,9,157). Sum of RGB (Red+Green+Blue) = 33+9+157=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #21099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21099D is #DEF662. Grayscale: #202020. Windows color (decimal): -14612067 or 10291489. OLE color: 10291489.
HSL color Cylindrical-coordinate representation of color #21099D: hue angle of 249.73º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21099D is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 9 | 157 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.38 |
| HSL | 249.73º | 0.89% | 0.33% | - |
| HSV(B) | 249.73º | 0.94% | 0.62% | - |
| XYZ | 6.81 | 2.95 | 32.11 | - |
| YUV | 33.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 157 | 0.79 | 0.94 | 0 | 0.38 | 249.73 | 0.89 | 0.33 |
| Hex | 21 | 9 | 9D | 4F | 5E | 0 | 26 | FA | 59 | 21 |
| Octal | 41 | 11 | 235 | 117 | 136 | 0 | 46 | 372 | 131 | 41 |
| Binary | 100001 | 1001 | 10011101 | 1001111 | 1011110 | 0 | 100110 | 11111010 | 1011001 | 100001 |
Color Harmonies of #21099D
Complementary color
Monochromatic Colors of #21099D
Black with #21099D
Text Example
Text Example
White with #21099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21099D; }
p { color: rgb(33,9,157); }
H1.HeaderClassName
{
color: #21099D;
}
.AnyTagClassName
{
color: #21099D;
}
</style>
background-color css
<style>
a { background-color: #21099D; }
a { background-color: rgb(33,9,157); }
div.DivClassName
{
background-color: #21099D;
}
.BgClassName
{
background-color: #21099D;
}
</style>
border-color css
<style>
span { border-color: #21099D; }
span { border-color: rgb(33,9,157); }
td.TdClassName
{
border-color: #21099D;
}
.TagClassName
{
border-color: #21099D;
}
</style>