Shades of Ultramarine #221BAA
Tints of Ultramarine #221BAA
RGB
CMYK
RGB Variations
Color information
#221BAA (or 0x221BAA) is known color: Ultramarine. HEX triplet: 22, 1B and AA. RGB value is (34,27,170). Sum of RGB (Red+Green+Blue) = 34+27+170=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #221BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221BAA is #DDE455. Grayscale: #2C2C2C. Windows color (decimal): -14541910 or 11148066. OLE color: 11148066.
HSL color Cylindrical-coordinate representation of color #221BAA: hue angle of 242.94º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221BAA is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 27 | 170 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.33 |
| HSL | 242.94º | 0.73% | 0.39% | - |
| HSV(B) | 242.94º | 0.84% | 0.67% | - |
| XYZ | 8.31 | 4.03 | 38.37 | - |
| YUV | 45.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 170 | 0.80 | 0.84 | 0 | 0.33 | 242.94 | 0.73 | 0.39 |
| Hex | 22 | 1B | AA | 50 | 54 | 0 | 21 | F3 | 49 | 27 |
| Octal | 42 | 33 | 252 | 120 | 124 | 0 | 41 | 363 | 111 | 47 |
| Binary | 100010 | 11011 | 10101010 | 1010000 | 1010100 | 0 | 100001 | 11110011 | 1001001 | 100111 |
Color Harmonies of #221BAA
Complementary color
Monochromatic Colors of #221BAA
Black with #221BAA
Text Example
Text Example
White with #221BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221BAA; }
p { color: rgb(34,27,170); }
H1.HeaderClassName
{
color: #221BAA;
}
.AnyTagClassName
{
color: #221BAA;
}
</style>
background-color css
<style>
a { background-color: #221BAA; }
a { background-color: rgb(34,27,170); }
div.DivClassName
{
background-color: #221BAA;
}
.BgClassName
{
background-color: #221BAA;
}
</style>
border-color css
<style>
span { border-color: #221BAA; }
span { border-color: rgb(34,27,170); }
td.TdClassName
{
border-color: #221BAA;
}
.TagClassName
{
border-color: #221BAA;
}
</style>