Shades of Ultramarine #21278F
Tints of Ultramarine #21278F
RGB
CMYK
RGB Variations
Color information
#21278F (or 0x21278F) is known color: Ultramarine. HEX triplet: 21, 27 and 8F. RGB value is (33,39,143). Sum of RGB (Red+Green+Blue) = 33+39+143=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #21278F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21278F is #DED870. Grayscale: #303030. Windows color (decimal): -14604401 or 9381665. OLE color: 9381665.
HSL color Cylindrical-coordinate representation of color #21278F: hue angle of 236.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21278F is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 39 | 143 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.44 |
| HSL | 236.73º | 0.63% | 0.35% | - |
| HSV(B) | 236.73º | 0.77% | 0.56% | - |
| XYZ | 6.31 | 3.76 | 26.38 | - |
| YUV | 49.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 143 | 0.77 | 0.73 | 0 | 0.44 | 236.73 | 0.63 | 0.35 |
| Hex | 21 | 27 | 8F | 4D | 49 | 0 | 2C | ED | 3E | 23 |
| Octal | 41 | 47 | 217 | 115 | 111 | 0 | 54 | 355 | 76 | 43 |
| Binary | 100001 | 100111 | 10001111 | 1001101 | 1001001 | 0 | 101100 | 11101101 | 111110 | 100011 |
Color Harmonies of #21278F
Complementary color
Monochromatic Colors of #21278F
Black with #21278F
Text Example
Text Example
White with #21278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21278F; }
p { color: rgb(33,39,143); }
H1.HeaderClassName
{
color: #21278F;
}
.AnyTagClassName
{
color: #21278F;
}
</style>
background-color css
<style>
a { background-color: #21278F; }
a { background-color: rgb(33,39,143); }
div.DivClassName
{
background-color: #21278F;
}
.BgClassName
{
background-color: #21278F;
}
</style>
border-color css
<style>
span { border-color: #21278F; }
span { border-color: rgb(33,39,143); }
td.TdClassName
{
border-color: #21278F;
}
.TagClassName
{
border-color: #21278F;
}
</style>