Shades of Ultramarine #180482
Tints of Ultramarine #180482
RGB
CMYK
RGB Variations
Color information
#180482 (or 0x180482) is known color: Ultramarine. HEX triplet: 18, 04 and 82. RGB value is (24,4,130). Sum of RGB (Red+Green+Blue) = 24+4+130=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #180482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180482 is #E7FB7D. Grayscale: #171717. Windows color (decimal): -15203198 or 8520728. OLE color: 8520728.
HSL color Cylindrical-coordinate representation of color #180482: hue angle of 249.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180482 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 4 | 130 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.49 |
| HSL | 249.52º | 0.94% | 0.26% | - |
| HSV(B) | 249.52º | 0.97% | 0.51% | - |
| XYZ | 4.45 | 1.89 | 21.25 | - |
| YUV | 24.34 | 187.63 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 130 | 0.82 | 0.97 | 0 | 0.49 | 249.52 | 0.94 | 0.26 |
| Hex | 18 | 4 | 82 | 52 | 61 | 0 | 31 | FA | 5E | 1A |
| Octal | 30 | 4 | 202 | 122 | 141 | 0 | 61 | 372 | 136 | 32 |
| Binary | 11000 | 100 | 10000010 | 1010010 | 1100001 | 0 | 110001 | 11111010 | 1011110 | 11010 |
Color Harmonies of #180482
Complementary color
Monochromatic Colors of #180482
Black with #180482
Text Example
Text Example
White with #180482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180482; }
p { color: rgb(24,4,130); }
H1.HeaderClassName
{
color: #180482;
}
.AnyTagClassName
{
color: #180482;
}
</style>
background-color css
<style>
a { background-color: #180482; }
a { background-color: rgb(24,4,130); }
div.DivClassName
{
background-color: #180482;
}
.BgClassName
{
background-color: #180482;
}
</style>
border-color css
<style>
span { border-color: #180482; }
span { border-color: rgb(24,4,130); }
td.TdClassName
{
border-color: #180482;
}
.TagClassName
{
border-color: #180482;
}
</style>