Shades of Ultramarine #21059D
Tints of Ultramarine #21059D
RGB
CMYK
RGB Variations
Color information
#21059D (or 0x21059D) is known color: Ultramarine. HEX triplet: 21, 05 and 9D. RGB value is (33,5,157). Sum of RGB (Red+Green+Blue) = 33+5+157=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 157 (61.72% from 255 or 80.51% from 195); Max value from RGB is 157 - color contains mainly: blue. Hex color #21059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21059D is #DEFA62. Grayscale: #1E1E1E. Windows color (decimal): -14613091 or 10290465. OLE color: 10290465.
HSL color Cylindrical-coordinate representation of color #21059D: hue angle of 251.05º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21059D is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 5 | 157 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.38 |
| HSL | 251.05º | 0.94% | 0.32% | - |
| HSV(B) | 251.05º | 0.97% | 0.62% | - |
| XYZ | 6.77 | 2.87 | 32.09 | - |
| YUV | 30.7 | 199.28 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 157 | 0.79 | 0.97 | 0 | 0.38 | 251.05 | 0.94 | 0.32 |
| Hex | 21 | 5 | 9D | 4F | 61 | 0 | 26 | FB | 5E | 20 |
| Octal | 41 | 5 | 235 | 117 | 141 | 0 | 46 | 373 | 136 | 40 |
| Binary | 100001 | 101 | 10011101 | 1001111 | 1100001 | 0 | 100110 | 11111011 | 1011110 | 100000 |
Color Harmonies of #21059D
Complementary color
Monochromatic Colors of #21059D
Black with #21059D
Text Example
Text Example
White with #21059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21059D; }
p { color: rgb(33,5,157); }
H1.HeaderClassName
{
color: #21059D;
}
.AnyTagClassName
{
color: #21059D;
}
</style>
background-color css
<style>
a { background-color: #21059D; }
a { background-color: rgb(33,5,157); }
div.DivClassName
{
background-color: #21059D;
}
.BgClassName
{
background-color: #21059D;
}
</style>
border-color css
<style>
span { border-color: #21059D; }
span { border-color: rgb(33,5,157); }
td.TdClassName
{
border-color: #21059D;
}
.TagClassName
{
border-color: #21059D;
}
</style>