Shades of Ultramarine #21079D
Tints of Ultramarine #21079D
RGB
CMYK
RGB Variations
Color information
#21079D (or 0x21079D) is known color: Ultramarine. HEX triplet: 21, 07 and 9D. RGB value is (33,7,157). Sum of RGB (Red+Green+Blue) = 33+7+157=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 157 (61.72% from 255 or 79.70% from 197); Max value from RGB is 157 - color contains mainly: blue. Hex color #21079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21079D is #DEF862. Grayscale: #1F1F1F. Windows color (decimal): -14612579 or 10290977. OLE color: 10290977.
HSL color Cylindrical-coordinate representation of color #21079D: hue angle of 250.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21079D is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 7 | 157 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.38 |
| HSL | 250.4º | 0.91% | 0.32% | - |
| HSV(B) | 250.4º | 0.96% | 0.62% | - |
| XYZ | 6.79 | 2.91 | 32.1 | - |
| YUV | 31.87 | 198.61 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 157 | 0.79 | 0.96 | 0 | 0.38 | 250.4 | 0.91 | 0.32 |
| Hex | 21 | 7 | 9D | 4F | 60 | 0 | 26 | FA | 5B | 20 |
| Octal | 41 | 7 | 235 | 117 | 140 | 0 | 46 | 372 | 133 | 40 |
| Binary | 100001 | 111 | 10011101 | 1001111 | 1100000 | 0 | 100110 | 11111010 | 1011011 | 100000 |
Color Harmonies of #21079D
Complementary color
Monochromatic Colors of #21079D
Black with #21079D
Text Example
Text Example
White with #21079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21079D; }
p { color: rgb(33,7,157); }
H1.HeaderClassName
{
color: #21079D;
}
.AnyTagClassName
{
color: #21079D;
}
</style>
background-color css
<style>
a { background-color: #21079D; }
a { background-color: rgb(33,7,157); }
div.DivClassName
{
background-color: #21079D;
}
.BgClassName
{
background-color: #21079D;
}
</style>
border-color css
<style>
span { border-color: #21079D; }
span { border-color: rgb(33,7,157); }
td.TdClassName
{
border-color: #21079D;
}
.TagClassName
{
border-color: #21079D;
}
</style>