Shades of Ultramarine #22018B
Tints of Ultramarine #22018B
RGB
CMYK
RGB Variations
Color information
#22018B (or 0x22018B) is known color: Ultramarine. HEX triplet: 22, 01 and 8B. RGB value is (34,1,139). Sum of RGB (Red+Green+Blue) = 34+1+139=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #22018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #22018B is #DDFE74. Grayscale: #1A1A1A. Windows color (decimal): -14548597 or 9109794. OLE color: 9109794.
HSL color Cylindrical-coordinate representation of color #22018B: hue angle of 254.35º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22018B is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 1 | 139 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.45 |
| HSL | 254.35º | 0.99% | 0.27% | - |
| HSV(B) | 254.35º | 0.99% | 0.55% | - |
| XYZ | 5.33 | 2.23 | 24.57 | - |
| YUV | 26.6 | 191.43 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 139 | 0.76 | 0.99 | 0 | 0.45 | 254.35 | 0.99 | 0.27 |
| Hex | 22 | 1 | 8B | 4C | 63 | 0 | 2D | FE | 63 | 1B |
| Octal | 42 | 1 | 213 | 114 | 143 | 0 | 55 | 376 | 143 | 33 |
| Binary | 100010 | 1 | 10001011 | 1001100 | 1100011 | 0 | 101101 | 11111110 | 1100011 | 11011 |
Color Harmonies of #22018B
Complementary color
Monochromatic Colors of #22018B
Black with #22018B
Text Example
Text Example
White with #22018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22018B; }
p { color: rgb(34,1,139); }
H1.HeaderClassName
{
color: #22018B;
}
.AnyTagClassName
{
color: #22018B;
}
</style>
background-color css
<style>
a { background-color: #22018B; }
a { background-color: rgb(34,1,139); }
div.DivClassName
{
background-color: #22018B;
}
.BgClassName
{
background-color: #22018B;
}
</style>
border-color css
<style>
span { border-color: #22018B; }
span { border-color: rgb(34,1,139); }
td.TdClassName
{
border-color: #22018B;
}
.TagClassName
{
border-color: #22018B;
}
</style>