Shades of Ultramarine #181AA4
Tints of Ultramarine #181AA4
RGB
CMYK
RGB Variations
Color information
#181AA4 (or 0x181AA4) is known color: Ultramarine. HEX triplet: 18, 1A and A4. RGB value is (24,26,164). Sum of RGB (Red+Green+Blue) = 24+26+164=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 164 (64.45% from 255 or 76.64% from 214); Max value from RGB is 164 - color contains mainly: blue. Hex color #181AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181AA4 is #E7E55B. Grayscale: #282828. Windows color (decimal): -15197532 or 10754584. OLE color: 10754584.
HSL color Cylindrical-coordinate representation of color #181AA4: hue angle of 239.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181AA4 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 26 | 164 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.36 |
| HSL | 239.14º | 0.74% | 0.37% | - |
| HSV(B) | 239.14º | 0.85% | 0.64% | - |
| XYZ | 7.45 | 3.61 | 35.43 | - |
| YUV | 41.13 | 197.34 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 164 | 0.85 | 0.84 | 0 | 0.36 | 239.14 | 0.74 | 0.37 |
| Hex | 18 | 1A | A4 | 55 | 54 | 0 | 24 | EF | 4A | 25 |
| Octal | 30 | 32 | 244 | 125 | 124 | 0 | 44 | 357 | 112 | 45 |
| Binary | 11000 | 11010 | 10100100 | 1010101 | 1010100 | 0 | 100100 | 11101111 | 1001010 | 100101 |
Color Harmonies of #181AA4
Complementary color
Monochromatic Colors of #181AA4
Black with #181AA4
Text Example
Text Example
White with #181AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181AA4; }
p { color: rgb(24,26,164); }
H1.HeaderClassName
{
color: #181AA4;
}
.AnyTagClassName
{
color: #181AA4;
}
</style>
background-color css
<style>
a { background-color: #181AA4; }
a { background-color: rgb(24,26,164); }
div.DivClassName
{
background-color: #181AA4;
}
.BgClassName
{
background-color: #181AA4;
}
</style>
border-color css
<style>
span { border-color: #181AA4; }
span { border-color: rgb(24,26,164); }
td.TdClassName
{
border-color: #181AA4;
}
.TagClassName
{
border-color: #181AA4;
}
</style>