Shades of Ultramarine #21139F
Tints of Ultramarine #21139F
RGB
CMYK
RGB Variations
Color information
#21139F (or 0x21139F) is known color: Ultramarine. HEX triplet: 21, 13 and 9F. RGB value is (33,19,159). Sum of RGB (Red+Green+Blue) = 33+19+159=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #21139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21139F is #DEEC60. Grayscale: #262626. Windows color (decimal): -14609505 or 10425121. OLE color: 10425121.
HSL color Cylindrical-coordinate representation of color #21139F: hue angle of 246º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21139F is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 19 | 159 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.38 |
| HSL | 246º | 0.79% | 0.35% | - |
| HSV(B) | 246º | 0.88% | 0.62% | - |
| XYZ | 7.12 | 3.29 | 33.06 | - |
| YUV | 39.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 159 | 0.79 | 0.88 | 0 | 0.38 | 246 | 0.79 | 0.35 |
| Hex | 21 | 13 | 9F | 4F | 58 | 0 | 26 | F6 | 4F | 23 |
| Octal | 41 | 23 | 237 | 117 | 130 | 0 | 46 | 366 | 117 | 43 |
| Binary | 100001 | 10011 | 10011111 | 1001111 | 1011000 | 0 | 100110 | 11110110 | 1001111 | 100011 |
Color Harmonies of #21139F
Complementary color
Monochromatic Colors of #21139F
Black with #21139F
Text Example
Text Example
White with #21139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21139F; }
p { color: rgb(33,19,159); }
H1.HeaderClassName
{
color: #21139F;
}
.AnyTagClassName
{
color: #21139F;
}
</style>
background-color css
<style>
a { background-color: #21139F; }
a { background-color: rgb(33,19,159); }
div.DivClassName
{
background-color: #21139F;
}
.BgClassName
{
background-color: #21139F;
}
</style>
border-color css
<style>
span { border-color: #21139F; }
span { border-color: rgb(33,19,159); }
td.TdClassName
{
border-color: #21139F;
}
.TagClassName
{
border-color: #21139F;
}
</style>