Shades of Ultramarine #181CA1
Tints of Ultramarine #181CA1
RGB
CMYK
RGB Variations
Color information
#181CA1 (or 0x181CA1) is known color: Ultramarine. HEX triplet: 18, 1C and A1. RGB value is (24,28,161). Sum of RGB (Red+Green+Blue) = 24+28+161=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 161 (63.28% from 255 or 75.59% from 213); Max value from RGB is 161 - color contains mainly: blue. Hex color #181CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181CA1 is #E7E35E. Grayscale: #292929. Windows color (decimal): -15197023 or 10558488. OLE color: 10558488.
HSL color Cylindrical-coordinate representation of color #181CA1: hue angle of 238.25º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181CA1 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 28 | 161 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.37 |
| HSL | 238.25º | 0.74% | 0.36% | - |
| HSV(B) | 238.25º | 0.85% | 0.63% | - |
| XYZ | 7.22 | 3.6 | 34.03 | - |
| YUV | 41.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 161 | 0.85 | 0.83 | 0 | 0.37 | 238.25 | 0.74 | 0.36 |
| Hex | 18 | 1C | A1 | 55 | 53 | 0 | 25 | EE | 4A | 24 |
| Octal | 30 | 34 | 241 | 125 | 123 | 0 | 45 | 356 | 112 | 44 |
| Binary | 11000 | 11100 | 10100001 | 1010101 | 1010011 | 0 | 100101 | 11101110 | 1001010 | 100100 |
Color Harmonies of #181CA1
Complementary color
Monochromatic Colors of #181CA1
Black with #181CA1
Text Example
Text Example
White with #181CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181CA1; }
p { color: rgb(24,28,161); }
H1.HeaderClassName
{
color: #181CA1;
}
.AnyTagClassName
{
color: #181CA1;
}
</style>
background-color css
<style>
a { background-color: #181CA1; }
a { background-color: rgb(24,28,161); }
div.DivClassName
{
background-color: #181CA1;
}
.BgClassName
{
background-color: #181CA1;
}
</style>
border-color css
<style>
span { border-color: #181CA1; }
span { border-color: rgb(24,28,161); }
td.TdClassName
{
border-color: #181CA1;
}
.TagClassName
{
border-color: #181CA1;
}
</style>