Shades of Ultramarine #210D9C
Tints of Ultramarine #210D9C
RGB
CMYK
RGB Variations
Color information
#210D9C (or 0x210D9C) is known color: Ultramarine. HEX triplet: 21, 0D and 9C. RGB value is (33,13,156). Sum of RGB (Red+Green+Blue) = 33+13+156=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #210D9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210D9C is #DEF263. Grayscale: #222222. Windows color (decimal): -14611044 or 10226977. OLE color: 10226977.
HSL color Cylindrical-coordinate representation of color #210D9C: hue angle of 248.39º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210D9C is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 13 | 156 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.39 |
| HSL | 248.39º | 0.85% | 0.33% | - |
| HSV(B) | 248.39º | 0.92% | 0.61% | - |
| XYZ | 6.77 | 3.01 | 31.68 | - |
| YUV | 35.28 | 196.13 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 156 | 0.79 | 0.92 | 0 | 0.39 | 248.39 | 0.85 | 0.33 |
| Hex | 21 | D | 9C | 4F | 5C | 0 | 27 | F8 | 55 | 21 |
| Octal | 41 | 15 | 234 | 117 | 134 | 0 | 47 | 370 | 125 | 41 |
| Binary | 100001 | 1101 | 10011100 | 1001111 | 1011100 | 0 | 100111 | 11111000 | 1010101 | 100001 |
Color Harmonies of #210D9C
Complementary color
Monochromatic Colors of #210D9C
Black with #210D9C
Text Example
Text Example
White with #210D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D9C; }
p { color: rgb(33,13,156); }
H1.HeaderClassName
{
color: #210D9C;
}
.AnyTagClassName
{
color: #210D9C;
}
</style>
background-color css
<style>
a { background-color: #210D9C; }
a { background-color: rgb(33,13,156); }
div.DivClassName
{
background-color: #210D9C;
}
.BgClassName
{
background-color: #210D9C;
}
</style>
border-color css
<style>
span { border-color: #210D9C; }
span { border-color: rgb(33,13,156); }
td.TdClassName
{
border-color: #210D9C;
}
.TagClassName
{
border-color: #210D9C;
}
</style>