Shades of Ultramarine #21128B
Tints of Ultramarine #21128B
RGB
CMYK
RGB Variations
Color information
#21128B (or 0x21128B) is known color: Ultramarine. HEX triplet: 21, 12 and 8B. RGB value is (33,18,139). Sum of RGB (Red+Green+Blue) = 33+18+139=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #21128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21128B is #DEED74. Grayscale: #232323. Windows color (decimal): -14609781 or 9114145. OLE color: 9114145.
HSL color Cylindrical-coordinate representation of color #21128B: hue angle of 247.44º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21128B is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 18 | 139 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.45 |
| HSL | 247.44º | 0.77% | 0.31% | - |
| HSV(B) | 247.44º | 0.87% | 0.55% | - |
| XYZ | 5.5 | 2.62 | 24.64 | - |
| YUV | 36.28 | 185.97 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 139 | 0.76 | 0.87 | 0 | 0.45 | 247.44 | 0.77 | 0.31 |
| Hex | 21 | 12 | 8B | 4C | 57 | 0 | 2D | F7 | 4D | 1F |
| Octal | 41 | 22 | 213 | 114 | 127 | 0 | 55 | 367 | 115 | 37 |
| Binary | 100001 | 10010 | 10001011 | 1001100 | 1010111 | 0 | 101101 | 11110111 | 1001101 | 11111 |
Color Harmonies of #21128B
Complementary color
Monochromatic Colors of #21128B
Black with #21128B
Text Example
Text Example
White with #21128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21128B; }
p { color: rgb(33,18,139); }
H1.HeaderClassName
{
color: #21128B;
}
.AnyTagClassName
{
color: #21128B;
}
</style>
background-color css
<style>
a { background-color: #21128B; }
a { background-color: rgb(33,18,139); }
div.DivClassName
{
background-color: #21128B;
}
.BgClassName
{
background-color: #21128B;
}
</style>
border-color css
<style>
span { border-color: #21128B; }
span { border-color: rgb(33,18,139); }
td.TdClassName
{
border-color: #21128B;
}
.TagClassName
{
border-color: #21128B;
}
</style>