Shades of Ultramarine #181DA1
Tints of Ultramarine #181DA1
RGB
CMYK
RGB Variations
Color information
#181DA1 (or 0x181DA1) is known color: Ultramarine. HEX triplet: 18, 1D and A1. RGB value is (24,29,161). Sum of RGB (Red+Green+Blue) = 24+29+161=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 161 (63.28% from 255 or 75.23% from 214); Max value from RGB is 161 - color contains mainly: blue. Hex color #181DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181DA1 is #E7E25E. Grayscale: #2A2A2A. Windows color (decimal): -15196767 or 10558744. OLE color: 10558744.
HSL color Cylindrical-coordinate representation of color #181DA1: hue angle of 237.81º 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 #181DA1 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 29 | 161 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.37 |
| HSL | 237.81º | 0.74% | 0.36% | - |
| HSV(B) | 237.81º | 0.85% | 0.63% | - |
| XYZ | 7.25 | 3.65 | 34.04 | - |
| YUV | 42.55 | 194.84 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 161 | 0.85 | 0.82 | 0 | 0.37 | 237.81 | 0.74 | 0.36 |
| Hex | 18 | 1D | A1 | 55 | 52 | 0 | 25 | EE | 4A | 24 |
| Octal | 30 | 35 | 241 | 125 | 122 | 0 | 45 | 356 | 112 | 44 |
| Binary | 11000 | 11101 | 10100001 | 1010101 | 1010010 | 0 | 100101 | 11101110 | 1001010 | 100100 |
Color Harmonies of #181DA1
Complementary color
Monochromatic Colors of #181DA1
Black with #181DA1
Text Example
Text Example
White with #181DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DA1; }
p { color: rgb(24,29,161); }
H1.HeaderClassName
{
color: #181DA1;
}
.AnyTagClassName
{
color: #181DA1;
}
</style>
background-color css
<style>
a { background-color: #181DA1; }
a { background-color: rgb(24,29,161); }
div.DivClassName
{
background-color: #181DA1;
}
.BgClassName
{
background-color: #181DA1;
}
</style>
border-color css
<style>
span { border-color: #181DA1; }
span { border-color: rgb(24,29,161); }
td.TdClassName
{
border-color: #181DA1;
}
.TagClassName
{
border-color: #181DA1;
}
</style>