Shades of Ultramarine #181182
Tints of Ultramarine #181182
RGB
CMYK
RGB Variations
Color information
#181182 (or 0x181182) is known color: Ultramarine. HEX triplet: 18, 11 and 82. RGB value is (24,17,130). Sum of RGB (Red+Green+Blue) = 24+17+130=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #181182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181182 is #E7EE7D. Grayscale: #1F1F1F. Windows color (decimal): -15199870 or 8524056. OLE color: 8524056.
HSL color Cylindrical-coordinate representation of color #181182: hue angle of 243.72º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181182 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 17 | 130 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.49 |
| HSL | 243.72º | 0.77% | 0.29% | - |
| HSV(B) | 243.72º | 0.87% | 0.51% | - |
| XYZ | 4.61 | 2.21 | 21.3 | - |
| YUV | 31.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 130 | 0.82 | 0.87 | 0 | 0.49 | 243.72 | 0.77 | 0.29 |
| Hex | 18 | 11 | 82 | 52 | 57 | 0 | 31 | F4 | 4D | 1D |
| Octal | 30 | 21 | 202 | 122 | 127 | 0 | 61 | 364 | 115 | 35 |
| Binary | 11000 | 10001 | 10000010 | 1010010 | 1010111 | 0 | 110001 | 11110100 | 1001101 | 11101 |
Color Harmonies of #181182
Complementary color
Monochromatic Colors of #181182
Black with #181182
Text Example
Text Example
White with #181182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181182; }
p { color: rgb(24,17,130); }
H1.HeaderClassName
{
color: #181182;
}
.AnyTagClassName
{
color: #181182;
}
</style>
background-color css
<style>
a { background-color: #181182; }
a { background-color: rgb(24,17,130); }
div.DivClassName
{
background-color: #181182;
}
.BgClassName
{
background-color: #181182;
}
</style>
border-color css
<style>
span { border-color: #181182; }
span { border-color: rgb(24,17,130); }
td.TdClassName
{
border-color: #181182;
}
.TagClassName
{
border-color: #181182;
}
</style>