Shades of Ultramarine #21019F
Tints of Ultramarine #21019F
RGB
CMYK
RGB Variations
Color information
#21019F (or 0x21019F) is known color: Ultramarine. HEX triplet: 21, 01 and 9F. RGB value is (33,1,159). Sum of RGB (Red+Green+Blue) = 33+1+159=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 159 (62.5% from 255 or 82.38% from 193); Max value from RGB is 159 - color contains mainly: blue. Hex color #21019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21019F is #DEFE60. Grayscale: #1B1B1B. Windows color (decimal): -14614113 or 10420513. OLE color: 10420513.
HSL color Cylindrical-coordinate representation of color #21019F: hue angle of 252.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21019F is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 1 | 159 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.38 |
| HSL | 252.15º | 0.99% | 0.31% | - |
| HSV(B) | 252.15º | 0.99% | 0.62% | - |
| XYZ | 6.9 | 2.85 | 32.99 | - |
| YUV | 28.58 | 201.6 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 159 | 0.79 | 0.99 | 0 | 0.38 | 252.15 | 0.99 | 0.31 |
| Hex | 21 | 1 | 9F | 4F | 63 | 0 | 26 | FC | 63 | 1F |
| Octal | 41 | 1 | 237 | 117 | 143 | 0 | 46 | 374 | 143 | 37 |
| Binary | 100001 | 1 | 10011111 | 1001111 | 1100011 | 0 | 100110 | 11111100 | 1100011 | 11111 |
Color Harmonies of #21019F
Complementary color
Monochromatic Colors of #21019F
Black with #21019F
Text Example
Text Example
White with #21019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21019F; }
p { color: rgb(33,1,159); }
H1.HeaderClassName
{
color: #21019F;
}
.AnyTagClassName
{
color: #21019F;
}
</style>
background-color css
<style>
a { background-color: #21019F; }
a { background-color: rgb(33,1,159); }
div.DivClassName
{
background-color: #21019F;
}
.BgClassName
{
background-color: #21019F;
}
</style>
border-color css
<style>
span { border-color: #21019F; }
span { border-color: rgb(33,1,159); }
td.TdClassName
{
border-color: #21019F;
}
.TagClassName
{
border-color: #21019F;
}
</style>