Shades of Ultramarine #21149D
Tints of Ultramarine #21149D
RGB
CMYK
RGB Variations
Color information
#21149D (or 0x21149D) is known color: Ultramarine. HEX triplet: 21, 14 and 9D. RGB value is (33,20,157). Sum of RGB (Red+Green+Blue) = 33+20+157=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #21149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21149D is #DEEB62. Grayscale: #262626. Windows color (decimal): -14609251 or 10294305. OLE color: 10294305.
HSL color Cylindrical-coordinate representation of color #21149D: hue angle of 245.69º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21149D is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 20 | 157 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.38 |
| HSL | 245.69º | 0.77% | 0.35% | - |
| HSV(B) | 245.69º | 0.87% | 0.62% | - |
| XYZ | 6.96 | 3.26 | 32.16 | - |
| YUV | 39.51 | 194.31 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 157 | 0.79 | 0.87 | 0 | 0.38 | 245.69 | 0.77 | 0.35 |
| Hex | 21 | 14 | 9D | 4F | 57 | 0 | 26 | F6 | 4D | 23 |
| Octal | 41 | 24 | 235 | 117 | 127 | 0 | 46 | 366 | 115 | 43 |
| Binary | 100001 | 10100 | 10011101 | 1001111 | 1010111 | 0 | 100110 | 11110110 | 1001101 | 100011 |
Color Harmonies of #21149D
Complementary color
Monochromatic Colors of #21149D
Black with #21149D
Text Example
Text Example
White with #21149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21149D; }
p { color: rgb(33,20,157); }
H1.HeaderClassName
{
color: #21149D;
}
.AnyTagClassName
{
color: #21149D;
}
</style>
background-color css
<style>
a { background-color: #21149D; }
a { background-color: rgb(33,20,157); }
div.DivClassName
{
background-color: #21149D;
}
.BgClassName
{
background-color: #21149D;
}
</style>
border-color css
<style>
span { border-color: #21149D; }
span { border-color: rgb(33,20,157); }
td.TdClassName
{
border-color: #21149D;
}
.TagClassName
{
border-color: #21149D;
}
</style>