Shades of Ultramarine #21009D
Tints of Ultramarine #21009D
RGB
CMYK
RGB Variations
Color information
#21009D (or 0x21009D) is known color: Ultramarine. HEX triplet: 21, 00 and 9D. RGB value is (33,0,157). Sum of RGB (Red+Green+Blue) = 33+0+157=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 157 (61.72% from 255 or 82.63% from 190); Max value from RGB is 157 - color contains mainly: blue. Hex color #21009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21009D is #DEFF62. Grayscale: #1B1B1B. Windows color (decimal): -14614371 or 10289185. OLE color: 10289185.
HSL color Cylindrical-coordinate representation of color #21009D: hue angle of 252.61º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21009D is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 0 | 157 | - |
| CMYK | 0.79 | 1 | 0 | 0.38 |
| HSL | 252.61º | 1% | 0.31% | - |
| HSV(B) | 252.61º | 1% | 0.62% | - |
| XYZ | 6.71 | 2.76 | 32.08 | - |
| YUV | 27.77 | 200.93 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 157 | 0.79 | 1 | 0 | 0.38 | 252.61 | 1 | 0.31 |
| Hex | 21 | 0 | 9D | 4F | 64 | 0 | 26 | FD | 64 | 1F |
| Octal | 41 | 0 | 235 | 117 | 144 | 0 | 46 | 375 | 144 | 37 |
| Binary | 100001 | 0 | 10011101 | 1001111 | 1100100 | 0 | 100110 | 11111101 | 1100100 | 11111 |
Color Harmonies of #21009D
Complementary color
Monochromatic Colors of #21009D
Black with #21009D
Text Example
Text Example
White with #21009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21009D; }
p { color: rgb(33,0,157); }
H1.HeaderClassName
{
color: #21009D;
}
.AnyTagClassName
{
color: #21009D;
}
</style>
background-color css
<style>
a { background-color: #21009D; }
a { background-color: rgb(33,0,157); }
div.DivClassName
{
background-color: #21009D;
}
.BgClassName
{
background-color: #21009D;
}
</style>
border-color css
<style>
span { border-color: #21009D; }
span { border-color: rgb(33,0,157); }
td.TdClassName
{
border-color: #21009D;
}
.TagClassName
{
border-color: #21009D;
}
</style>