Shades of Ultramarine #221D94
Tints of Ultramarine #221D94
RGB
CMYK
RGB Variations
Color information
#221D94 (or 0x221D94) is known color: Ultramarine. HEX triplet: 22, 1D and 94. RGB value is (34,29,148). Sum of RGB (Red+Green+Blue) = 34+29+148=211 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.11% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #221D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221D94 is #DDE26B. Grayscale: #2B2B2B. Windows color (decimal): -14541420 or 9706786. OLE color: 9706786.
HSL color Cylindrical-coordinate representation of color #221D94: hue angle of 242.52º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221D94 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 29 | 148 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.42 |
| HSL | 242.52º | 0.67% | 0.35% | - |
| HSV(B) | 242.52º | 0.8% | 0.58% | - |
| XYZ | 6.44 | 3.36 | 28.33 | - |
| YUV | 44.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 148 | 0.77 | 0.80 | 0 | 0.42 | 242.52 | 0.67 | 0.35 |
| Hex | 22 | 1D | 94 | 4D | 50 | 0 | 2A | F3 | 43 | 23 |
| Octal | 42 | 35 | 224 | 115 | 120 | 0 | 52 | 363 | 103 | 43 |
| Binary | 100010 | 11101 | 10010100 | 1001101 | 1010000 | 0 | 101010 | 11110011 | 1000011 | 100011 |
Color Harmonies of #221D94
Complementary color
Monochromatic Colors of #221D94
Black with #221D94
Text Example
Text Example
White with #221D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D94; }
p { color: rgb(34,29,148); }
H1.HeaderClassName
{
color: #221D94;
}
.AnyTagClassName
{
color: #221D94;
}
</style>
background-color css
<style>
a { background-color: #221D94; }
a { background-color: rgb(34,29,148); }
div.DivClassName
{
background-color: #221D94;
}
.BgClassName
{
background-color: #221D94;
}
</style>
border-color css
<style>
span { border-color: #221D94; }
span { border-color: rgb(34,29,148); }
td.TdClassName
{
border-color: #221D94;
}
.TagClassName
{
border-color: #221D94;
}
</style>