Shades of Ultramarine #21089B
Tints of Ultramarine #21089B
RGB
CMYK
RGB Variations
Color information
#21089B (or 0x21089B) is known color: Ultramarine. HEX triplet: 21, 08 and 9B. RGB value is (33,8,155). Sum of RGB (Red+Green+Blue) = 33+8+155=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #21089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21089B is #DEF764. Grayscale: #1F1F1F. Windows color (decimal): -14612325 or 10160161. OLE color: 10160161.
HSL color Cylindrical-coordinate representation of color #21089B: hue angle of 250.2º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21089B is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 8 | 155 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.39 |
| HSL | 250.2º | 0.9% | 0.32% | - |
| HSV(B) | 250.2º | 0.95% | 0.61% | - |
| XYZ | 6.63 | 2.86 | 31.21 | - |
| YUV | 32.23 | 197.28 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 155 | 0.79 | 0.95 | 0 | 0.39 | 250.2 | 0.9 | 0.32 |
| Hex | 21 | 8 | 9B | 4F | 5F | 0 | 27 | FA | 5A | 20 |
| Octal | 41 | 10 | 233 | 117 | 137 | 0 | 47 | 372 | 132 | 40 |
| Binary | 100001 | 1000 | 10011011 | 1001111 | 1011111 | 0 | 100111 | 11111010 | 1011010 | 100000 |
Color Harmonies of #21089B
Complementary color
Monochromatic Colors of #21089B
Black with #21089B
Text Example
Text Example
White with #21089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21089B; }
p { color: rgb(33,8,155); }
H1.HeaderClassName
{
color: #21089B;
}
.AnyTagClassName
{
color: #21089B;
}
</style>
background-color css
<style>
a { background-color: #21089B; }
a { background-color: rgb(33,8,155); }
div.DivClassName
{
background-color: #21089B;
}
.BgClassName
{
background-color: #21089B;
}
</style>
border-color css
<style>
span { border-color: #21089B; }
span { border-color: rgb(33,8,155); }
td.TdClassName
{
border-color: #21089B;
}
.TagClassName
{
border-color: #21089B;
}
</style>