Shades of Ultramarine #21089C
Tints of Ultramarine #21089C
RGB
CMYK
RGB Variations
Color information
#21089C (or 0x21089C) is known color: Ultramarine. HEX triplet: 21, 08 and 9C. RGB value is (33,8,156). Sum of RGB (Red+Green+Blue) = 33+8+156=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 156 (61.33% from 255 or 79.19% from 197); Max value from RGB is 156 - color contains mainly: blue. Hex color #21089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21089C is #DEF763. Grayscale: #1F1F1F. Windows color (decimal): -14612324 or 10225697. OLE color: 10225697.
HSL color Cylindrical-coordinate representation of color #21089C: hue angle of 250.14º 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 #21089C is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 8 | 156 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.39 |
| HSL | 250.14º | 0.9% | 0.32% | - |
| HSV(B) | 250.14º | 0.95% | 0.61% | - |
| XYZ | 6.71 | 2.9 | 31.66 | - |
| YUV | 32.35 | 197.78 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 156 | 0.79 | 0.95 | 0 | 0.39 | 250.14 | 0.9 | 0.32 |
| Hex | 21 | 8 | 9C | 4F | 5F | 0 | 27 | FA | 5A | 20 |
| Octal | 41 | 10 | 234 | 117 | 137 | 0 | 47 | 372 | 132 | 40 |
| Binary | 100001 | 1000 | 10011100 | 1001111 | 1011111 | 0 | 100111 | 11111010 | 1011010 | 100000 |
Color Harmonies of #21089C
Complementary color
Monochromatic Colors of #21089C
Black with #21089C
Text Example
Text Example
White with #21089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21089C; }
p { color: rgb(33,8,156); }
H1.HeaderClassName
{
color: #21089C;
}
.AnyTagClassName
{
color: #21089C;
}
</style>
background-color css
<style>
a { background-color: #21089C; }
a { background-color: rgb(33,8,156); }
div.DivClassName
{
background-color: #21089C;
}
.BgClassName
{
background-color: #21089C;
}
</style>
border-color css
<style>
span { border-color: #21089C; }
span { border-color: rgb(33,8,156); }
td.TdClassName
{
border-color: #21089C;
}
.TagClassName
{
border-color: #21089C;
}
</style>