Shades of Ultramarine #181DA2
Tints of Ultramarine #181DA2
RGB
CMYK
RGB Variations
Color information
#181DA2 (or 0x181DA2) is known color: Ultramarine. HEX triplet: 18, 1D and A2. RGB value is (24,29,162). Sum of RGB (Red+Green+Blue) = 24+29+162=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 162 (63.67% from 255 or 75.35% from 215); Max value from RGB is 162 - color contains mainly: blue. Hex color #181DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181DA2 is #E7E25D. Grayscale: #2A2A2A. Windows color (decimal): -15196766 or 10624280. OLE color: 10624280.
HSL color Cylindrical-coordinate representation of color #181DA2: hue angle of 237.83º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181DA2 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 29 | 162 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.36 |
| HSL | 237.83º | 0.74% | 0.36% | - |
| HSV(B) | 237.83º | 0.85% | 0.64% | - |
| XYZ | 7.34 | 3.68 | 34.51 | - |
| YUV | 42.67 | 195.34 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 162 | 0.85 | 0.82 | 0 | 0.36 | 237.83 | 0.74 | 0.36 |
| Hex | 18 | 1D | A2 | 55 | 52 | 0 | 24 | EE | 4A | 24 |
| Octal | 30 | 35 | 242 | 125 | 122 | 0 | 44 | 356 | 112 | 44 |
| Binary | 11000 | 11101 | 10100010 | 1010101 | 1010010 | 0 | 100100 | 11101110 | 1001010 | 100100 |
Color Harmonies of #181DA2
Complementary color
Monochromatic Colors of #181DA2
Black with #181DA2
Text Example
Text Example
White with #181DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DA2; }
p { color: rgb(24,29,162); }
H1.HeaderClassName
{
color: #181DA2;
}
.AnyTagClassName
{
color: #181DA2;
}
</style>
background-color css
<style>
a { background-color: #181DA2; }
a { background-color: rgb(24,29,162); }
div.DivClassName
{
background-color: #181DA2;
}
.BgClassName
{
background-color: #181DA2;
}
</style>
border-color css
<style>
span { border-color: #181DA2; }
span { border-color: rgb(24,29,162); }
td.TdClassName
{
border-color: #181DA2;
}
.TagClassName
{
border-color: #181DA2;
}
</style>