Shades of Ultramarine #221C9D
Tints of Ultramarine #221C9D
RGB
CMYK
RGB Variations
Color information
#221C9D (or 0x221C9D) is known color: Ultramarine. HEX triplet: 22, 1C and 9D. RGB value is (34,28,157). Sum of RGB (Red+Green+Blue) = 34+28+157=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #221C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221C9D is #DDE362. Grayscale: #2B2B2B. Windows color (decimal): -14541667 or 10296354. OLE color: 10296354.
HSL color Cylindrical-coordinate representation of color #221C9D: hue angle of 242.79º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221C9D is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 28 | 157 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.38 |
| HSL | 242.79º | 0.7% | 0.36% | - |
| HSV(B) | 242.79º | 0.82% | 0.62% | - |
| XYZ | 7.16 | 3.6 | 32.22 | - |
| YUV | 44.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 157 | 0.78 | 0.82 | 0 | 0.38 | 242.79 | 0.7 | 0.36 |
| Hex | 22 | 1C | 9D | 4E | 52 | 0 | 26 | F3 | 46 | 24 |
| Octal | 42 | 34 | 235 | 116 | 122 | 0 | 46 | 363 | 106 | 44 |
| Binary | 100010 | 11100 | 10011101 | 1001110 | 1010010 | 0 | 100110 | 11110011 | 1000110 | 100100 |
Color Harmonies of #221C9D
Complementary color
Monochromatic Colors of #221C9D
Black with #221C9D
Text Example
Text Example
White with #221C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C9D; }
p { color: rgb(34,28,157); }
H1.HeaderClassName
{
color: #221C9D;
}
.AnyTagClassName
{
color: #221C9D;
}
</style>
background-color css
<style>
a { background-color: #221C9D; }
a { background-color: rgb(34,28,157); }
div.DivClassName
{
background-color: #221C9D;
}
.BgClassName
{
background-color: #221C9D;
}
</style>
border-color css
<style>
span { border-color: #221C9D; }
span { border-color: rgb(34,28,157); }
td.TdClassName
{
border-color: #221C9D;
}
.TagClassName
{
border-color: #221C9D;
}
</style>