Shades of Ultramarine #180AAC
Tints of Ultramarine #180AAC
RGB
CMYK
RGB Variations
Color information
#180AAC (or 0x180AAC) is known color: Ultramarine. HEX triplet: 18, 0A and AC. RGB value is (24,10,172). Sum of RGB (Red+Green+Blue) = 24+10+172=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 172 (67.58% from 255 or 83.50% from 206); Max value from RGB is 172 - color contains mainly: blue. Hex color #180AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180AAC is #E7F553. Grayscale: #202020. Windows color (decimal): -15201620 or 11274776. OLE color: 11274776.
HSL color Cylindrical-coordinate representation of color #180AAC: hue angle of 245.19º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180AAC is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 10 | 172 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.33 |
| HSL | 245.19º | 0.89% | 0.36% | - |
| HSV(B) | 245.19º | 0.94% | 0.67% | - |
| XYZ | 7.93 | 3.39 | 39.27 | - |
| YUV | 32.65 | 206.64 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 172 | 0.86 | 0.94 | 0 | 0.33 | 245.19 | 0.89 | 0.36 |
| Hex | 18 | A | AC | 56 | 5E | 0 | 21 | F5 | 59 | 24 |
| Octal | 30 | 12 | 254 | 126 | 136 | 0 | 41 | 365 | 131 | 44 |
| Binary | 11000 | 1010 | 10101100 | 1010110 | 1011110 | 0 | 100001 | 11110101 | 1011001 | 100100 |
Color Harmonies of #180AAC
Complementary color
Monochromatic Colors of #180AAC
Black with #180AAC
Text Example
Text Example
White with #180AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180AAC; }
p { color: rgb(24,10,172); }
H1.HeaderClassName
{
color: #180AAC;
}
.AnyTagClassName
{
color: #180AAC;
}
</style>
background-color css
<style>
a { background-color: #180AAC; }
a { background-color: rgb(24,10,172); }
div.DivClassName
{
background-color: #180AAC;
}
.BgClassName
{
background-color: #180AAC;
}
</style>
border-color css
<style>
span { border-color: #180AAC; }
span { border-color: rgb(24,10,172); }
td.TdClassName
{
border-color: #180AAC;
}
.TagClassName
{
border-color: #180AAC;
}
</style>