Shades of Ultramarine #21069D
Tints of Ultramarine #21069D
RGB
CMYK
RGB Variations
Color information
#21069D (or 0x21069D) is known color: Ultramarine. HEX triplet: 21, 06 and 9D. RGB value is (33,6,157). Sum of RGB (Red+Green+Blue) = 33+6+157=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #21069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21069D is #DEF962. Grayscale: #1E1E1E. Windows color (decimal): -14612835 or 10290721. OLE color: 10290721.
HSL color Cylindrical-coordinate representation of color #21069D: hue angle of 250.73º degrees, saturation: 0.93, 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 #21069D is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 6 | 157 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.38 |
| HSL | 250.73º | 0.93% | 0.32% | - |
| HSV(B) | 250.73º | 0.96% | 0.62% | - |
| XYZ | 6.78 | 2.89 | 32.1 | - |
| YUV | 31.29 | 198.95 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 157 | 0.79 | 0.96 | 0 | 0.38 | 250.73 | 0.93 | 0.32 |
| Hex | 21 | 6 | 9D | 4F | 60 | 0 | 26 | FB | 5D | 20 |
| Octal | 41 | 6 | 235 | 117 | 140 | 0 | 46 | 373 | 135 | 40 |
| Binary | 100001 | 110 | 10011101 | 1001111 | 1100000 | 0 | 100110 | 11111011 | 1011101 | 100000 |
Color Harmonies of #21069D
Complementary color
Monochromatic Colors of #21069D
Black with #21069D
Text Example
Text Example
White with #21069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21069D; }
p { color: rgb(33,6,157); }
H1.HeaderClassName
{
color: #21069D;
}
.AnyTagClassName
{
color: #21069D;
}
</style>
background-color css
<style>
a { background-color: #21069D; }
a { background-color: rgb(33,6,157); }
div.DivClassName
{
background-color: #21069D;
}
.BgClassName
{
background-color: #21069D;
}
</style>
border-color css
<style>
span { border-color: #21069D; }
span { border-color: rgb(33,6,157); }
td.TdClassName
{
border-color: #21069D;
}
.TagClassName
{
border-color: #21069D;
}
</style>