Shades of Ultramarine #21179B
Tints of Ultramarine #21179B
RGB
CMYK
RGB Variations
Color information
#21179B (or 0x21179B) is known color: Ultramarine. HEX triplet: 21, 17 and 9B. RGB value is (33,23,155). Sum of RGB (Red+Green+Blue) = 33+23+155=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #21179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21179B is #DEE864. Grayscale: #282828. Windows color (decimal): -14608485 or 10164001. OLE color: 10164001.
HSL color Cylindrical-coordinate representation of color #21179B: hue angle of 244.55º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21179B is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 23 | 155 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.39 |
| HSL | 244.55º | 0.74% | 0.35% | - |
| HSV(B) | 244.55º | 0.85% | 0.61% | - |
| XYZ | 6.85 | 3.3 | 31.29 | - |
| YUV | 41.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 155 | 0.79 | 0.85 | 0 | 0.39 | 244.55 | 0.74 | 0.35 |
| Hex | 21 | 17 | 9B | 4F | 55 | 0 | 27 | F5 | 4A | 23 |
| Octal | 41 | 27 | 233 | 117 | 125 | 0 | 47 | 365 | 112 | 43 |
| Binary | 100001 | 10111 | 10011011 | 1001111 | 1010101 | 0 | 100111 | 11110101 | 1001010 | 100011 |
Color Harmonies of #21179B
Complementary color
Monochromatic Colors of #21179B
Black with #21179B
Text Example
Text Example
White with #21179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21179B; }
p { color: rgb(33,23,155); }
H1.HeaderClassName
{
color: #21179B;
}
.AnyTagClassName
{
color: #21179B;
}
</style>
background-color css
<style>
a { background-color: #21179B; }
a { background-color: rgb(33,23,155); }
div.DivClassName
{
background-color: #21179B;
}
.BgClassName
{
background-color: #21179B;
}
</style>
border-color css
<style>
span { border-color: #21179B; }
span { border-color: rgb(33,23,155); }
td.TdClassName
{
border-color: #21179B;
}
.TagClassName
{
border-color: #21179B;
}
</style>