Shades of Ultramarine #221C8D
Tints of Ultramarine #221C8D
RGB
CMYK
RGB Variations
Color information
#221C8D (or 0x221C8D) is known color: Ultramarine. HEX triplet: 22, 1C and 8D. RGB value is (34,28,141). Sum of RGB (Red+Green+Blue) = 34+28+141=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #221C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221C8D is #DDE372. Grayscale: #2A2A2A. Windows color (decimal): -14541683 or 9247778. OLE color: 9247778.
HSL color Cylindrical-coordinate representation of color #221C8D: hue angle of 243.19º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221C8D is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 28 | 141 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.45 |
| HSL | 243.19º | 0.67% | 0.33% | - |
| HSV(B) | 243.19º | 0.8% | 0.55% | - |
| XYZ | 5.88 | 3.09 | 25.49 | - |
| YUV | 42.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 141 | 0.76 | 0.80 | 0 | 0.45 | 243.19 | 0.67 | 0.33 |
| Hex | 22 | 1C | 8D | 4C | 50 | 0 | 2D | F3 | 43 | 21 |
| Octal | 42 | 34 | 215 | 114 | 120 | 0 | 55 | 363 | 103 | 41 |
| Binary | 100010 | 11100 | 10001101 | 1001100 | 1010000 | 0 | 101101 | 11110011 | 1000011 | 100001 |
Color Harmonies of #221C8D
Complementary color
Monochromatic Colors of #221C8D
Black with #221C8D
Text Example
Text Example
White with #221C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C8D; }
p { color: rgb(34,28,141); }
H1.HeaderClassName
{
color: #221C8D;
}
.AnyTagClassName
{
color: #221C8D;
}
</style>
background-color css
<style>
a { background-color: #221C8D; }
a { background-color: rgb(34,28,141); }
div.DivClassName
{
background-color: #221C8D;
}
.BgClassName
{
background-color: #221C8D;
}
</style>
border-color css
<style>
span { border-color: #221C8D; }
span { border-color: rgb(34,28,141); }
td.TdClassName
{
border-color: #221C8D;
}
.TagClassName
{
border-color: #221C8D;
}
</style>