Shades of Ultramarine #21038F
Tints of Ultramarine #21038F
RGB
CMYK
RGB Variations
Color information
#21038F (or 0x21038F) is known color: Ultramarine. HEX triplet: 21, 03 and 8F. RGB value is (33,3,143). Sum of RGB (Red+Green+Blue) = 33+3+143=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #21038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21038F is #DEFC70. Grayscale: #1B1B1B. Windows color (decimal): -14613617 or 9372449. OLE color: 9372449.
HSL color Cylindrical-coordinate representation of color #21038F: hue angle of 252.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21038F is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 3 | 143 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.44 |
| HSL | 252.86º | 0.96% | 0.29% | - |
| HSV(B) | 252.86º | 0.98% | 0.56% | - |
| XYZ | 5.62 | 2.37 | 26.15 | - |
| YUV | 27.93 | 192.94 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 143 | 0.77 | 0.98 | 0 | 0.44 | 252.86 | 0.96 | 0.29 |
| Hex | 21 | 3 | 8F | 4D | 62 | 0 | 2C | FD | 60 | 1D |
| Octal | 41 | 3 | 217 | 115 | 142 | 0 | 54 | 375 | 140 | 35 |
| Binary | 100001 | 11 | 10001111 | 1001101 | 1100010 | 0 | 101100 | 11111101 | 1100000 | 11101 |
Color Harmonies of #21038F
Complementary color
Monochromatic Colors of #21038F
Black with #21038F
Text Example
Text Example
White with #21038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21038F; }
p { color: rgb(33,3,143); }
H1.HeaderClassName
{
color: #21038F;
}
.AnyTagClassName
{
color: #21038F;
}
</style>
background-color css
<style>
a { background-color: #21038F; }
a { background-color: rgb(33,3,143); }
div.DivClassName
{
background-color: #21038F;
}
.BgClassName
{
background-color: #21038F;
}
</style>
border-color css
<style>
span { border-color: #21038F; }
span { border-color: rgb(33,3,143); }
td.TdClassName
{
border-color: #21038F;
}
.TagClassName
{
border-color: #21038F;
}
</style>