Shades of Ultramarine #221B8E
Tints of Ultramarine #221B8E
RGB
CMYK
RGB Variations
Color information
#221B8E (or 0x221B8E) is known color: Ultramarine. HEX triplet: 22, 1B and 8E. RGB value is (34,27,142). Sum of RGB (Red+Green+Blue) = 34+27+142=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #221B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221B8E is #DDE471. Grayscale: #292929. Windows color (decimal): -14541938 or 9313058. OLE color: 9313058.
HSL color Cylindrical-coordinate representation of color #221B8E: hue angle of 243.65º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221B8E is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 27 | 142 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.44 |
| HSL | 243.65º | 0.68% | 0.33% | - |
| HSV(B) | 243.65º | 0.81% | 0.56% | - |
| XYZ | 5.93 | 3.08 | 25.87 | - |
| YUV | 42.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 142 | 0.76 | 0.81 | 0 | 0.44 | 243.65 | 0.68 | 0.33 |
| Hex | 22 | 1B | 8E | 4C | 51 | 0 | 2C | F4 | 44 | 21 |
| Octal | 42 | 33 | 216 | 114 | 121 | 0 | 54 | 364 | 104 | 41 |
| Binary | 100010 | 11011 | 10001110 | 1001100 | 1010001 | 0 | 101100 | 11110100 | 1000100 | 100001 |
Color Harmonies of #221B8E
Complementary color
Monochromatic Colors of #221B8E
Black with #221B8E
Text Example
Text Example
White with #221B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B8E; }
p { color: rgb(34,27,142); }
H1.HeaderClassName
{
color: #221B8E;
}
.AnyTagClassName
{
color: #221B8E;
}
</style>
background-color css
<style>
a { background-color: #221B8E; }
a { background-color: rgb(34,27,142); }
div.DivClassName
{
background-color: #221B8E;
}
.BgClassName
{
background-color: #221B8E;
}
</style>
border-color css
<style>
span { border-color: #221B8E; }
span { border-color: rgb(34,27,142); }
td.TdClassName
{
border-color: #221B8E;
}
.TagClassName
{
border-color: #221B8E;
}
</style>