Shades of Ultramarine #181AAA
Tints of Ultramarine #181AAA
RGB
CMYK
RGB Variations
Color information
#181AAA (or 0x181AAA) is known color: Ultramarine. HEX triplet: 18, 1A and AA. RGB value is (24,26,170). Sum of RGB (Red+Green+Blue) = 24+26+170=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #181AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181AAA is #E7E555. Grayscale: #292929. Windows color (decimal): -15197526 or 11147800. OLE color: 11147800.
HSL color Cylindrical-coordinate representation of color #181AAA: hue angle of 239.18º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181AAA is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 26 | 170 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.33 |
| HSL | 239.18º | 0.75% | 0.38% | - |
| HSV(B) | 239.18º | 0.86% | 0.67% | - |
| XYZ | 8 | 3.84 | 38.35 | - |
| YUV | 41.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 170 | 0.86 | 0.85 | 0 | 0.33 | 239.18 | 0.75 | 0.38 |
| Hex | 18 | 1A | AA | 56 | 55 | 0 | 21 | EF | 4B | 26 |
| Octal | 30 | 32 | 252 | 126 | 125 | 0 | 41 | 357 | 113 | 46 |
| Binary | 11000 | 11010 | 10101010 | 1010110 | 1010101 | 0 | 100001 | 11101111 | 1001011 | 100110 |
Color Harmonies of #181AAA
Complementary color
Monochromatic Colors of #181AAA
Black with #181AAA
Text Example
Text Example
White with #181AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181AAA; }
p { color: rgb(24,26,170); }
H1.HeaderClassName
{
color: #181AAA;
}
.AnyTagClassName
{
color: #181AAA;
}
</style>
background-color css
<style>
a { background-color: #181AAA; }
a { background-color: rgb(24,26,170); }
div.DivClassName
{
background-color: #181AAA;
}
.BgClassName
{
background-color: #181AAA;
}
</style>
border-color css
<style>
span { border-color: #181AAA; }
span { border-color: rgb(24,26,170); }
td.TdClassName
{
border-color: #181AAA;
}
.TagClassName
{
border-color: #181AAA;
}
</style>