Shades of Ultramarine #21108B
Tints of Ultramarine #21108B
RGB
CMYK
RGB Variations
Color information
#21108B (or 0x21108B) is known color: Ultramarine. HEX triplet: 21, 10 and 8B. RGB value is (33,16,139). Sum of RGB (Red+Green+Blue) = 33+16+139=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #21108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21108B is #DEEF74. Grayscale: #222222. Windows color (decimal): -14610293 or 9113633. OLE color: 9113633.
HSL color Cylindrical-coordinate representation of color #21108B: hue angle of 248.29º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21108B is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 16 | 139 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.45 |
| HSL | 248.29º | 0.79% | 0.3% | - |
| HSV(B) | 248.29º | 0.88% | 0.55% | - |
| XYZ | 5.47 | 2.56 | 24.63 | - |
| YUV | 35.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 139 | 0.76 | 0.88 | 0 | 0.45 | 248.29 | 0.79 | 0.3 |
| Hex | 21 | 10 | 8B | 4C | 58 | 0 | 2D | F8 | 4F | 1E |
| Octal | 41 | 20 | 213 | 114 | 130 | 0 | 55 | 370 | 117 | 36 |
| Binary | 100001 | 10000 | 10001011 | 1001100 | 1011000 | 0 | 101101 | 11111000 | 1001111 | 11110 |
Color Harmonies of #21108B
Complementary color
Monochromatic Colors of #21108B
Black with #21108B
Text Example
Text Example
White with #21108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21108B; }
p { color: rgb(33,16,139); }
H1.HeaderClassName
{
color: #21108B;
}
.AnyTagClassName
{
color: #21108B;
}
</style>
background-color css
<style>
a { background-color: #21108B; }
a { background-color: rgb(33,16,139); }
div.DivClassName
{
background-color: #21108B;
}
.BgClassName
{
background-color: #21108B;
}
</style>
border-color css
<style>
span { border-color: #21108B; }
span { border-color: rgb(33,16,139); }
td.TdClassName
{
border-color: #21108B;
}
.TagClassName
{
border-color: #21108B;
}
</style>