Shades of Ultramarine #21119B
Tints of Ultramarine #21119B
RGB
CMYK
RGB Variations
Color information
#21119B (or 0x21119B) is known color: Ultramarine. HEX triplet: 21, 11 and 9B. RGB value is (33,17,155). Sum of RGB (Red+Green+Blue) = 33+17+155=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #21119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21119B is #DEEE64. Grayscale: #242424. Windows color (decimal): -14610021 or 10162465. OLE color: 10162465.
HSL color Cylindrical-coordinate representation of color #21119B: hue angle of 246.96º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21119B is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 17 | 155 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.39 |
| HSL | 246.96º | 0.8% | 0.34% | - |
| HSV(B) | 246.96º | 0.89% | 0.61% | - |
| XYZ | 6.74 | 3.09 | 31.25 | - |
| YUV | 37.52 | 194.3 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 155 | 0.79 | 0.89 | 0 | 0.39 | 246.96 | 0.8 | 0.34 |
| Hex | 21 | 11 | 9B | 4F | 59 | 0 | 27 | F7 | 50 | 22 |
| Octal | 41 | 21 | 233 | 117 | 131 | 0 | 47 | 367 | 120 | 42 |
| Binary | 100001 | 10001 | 10011011 | 1001111 | 1011001 | 0 | 100111 | 11110111 | 1010000 | 100010 |
Color Harmonies of #21119B
Complementary color
Monochromatic Colors of #21119B
Black with #21119B
Text Example
Text Example
White with #21119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21119B; }
p { color: rgb(33,17,155); }
H1.HeaderClassName
{
color: #21119B;
}
.AnyTagClassName
{
color: #21119B;
}
</style>
background-color css
<style>
a { background-color: #21119B; }
a { background-color: rgb(33,17,155); }
div.DivClassName
{
background-color: #21119B;
}
.BgClassName
{
background-color: #21119B;
}
</style>
border-color css
<style>
span { border-color: #21119B; }
span { border-color: rgb(33,17,155); }
td.TdClassName
{
border-color: #21119B;
}
.TagClassName
{
border-color: #21119B;
}
</style>