Shades of Ultramarine #181BA0
Tints of Ultramarine #181BA0
RGB
CMYK
RGB Variations
Color information
#181BA0 (or 0x181BA0) is known color: Ultramarine. HEX triplet: 18, 1B and A0. RGB value is (24,27,160). Sum of RGB (Red+Green+Blue) = 24+27+160=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #181BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181BA0 is #E7E45F. Grayscale: #282828. Windows color (decimal): -15197280 or 10492696. OLE color: 10492696.
HSL color Cylindrical-coordinate representation of color #181BA0: hue angle of 238.68º 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 #181BA0 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 27 | 160 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.37 |
| HSL | 238.68º | 0.74% | 0.36% | - |
| HSV(B) | 238.68º | 0.85% | 0.63% | - |
| XYZ | 7.11 | 3.52 | 33.56 | - |
| YUV | 41.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 160 | 0.85 | 0.83 | 0 | 0.37 | 238.68 | 0.74 | 0.36 |
| Hex | 18 | 1B | A0 | 55 | 53 | 0 | 25 | EF | 4A | 24 |
| Octal | 30 | 33 | 240 | 125 | 123 | 0 | 45 | 357 | 112 | 44 |
| Binary | 11000 | 11011 | 10100000 | 1010101 | 1010011 | 0 | 100101 | 11101111 | 1001010 | 100100 |
Color Harmonies of #181BA0
Complementary color
Monochromatic Colors of #181BA0
Black with #181BA0
Text Example
Text Example
White with #181BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BA0; }
p { color: rgb(24,27,160); }
H1.HeaderClassName
{
color: #181BA0;
}
.AnyTagClassName
{
color: #181BA0;
}
</style>
background-color css
<style>
a { background-color: #181BA0; }
a { background-color: rgb(24,27,160); }
div.DivClassName
{
background-color: #181BA0;
}
.BgClassName
{
background-color: #181BA0;
}
</style>
border-color css
<style>
span { border-color: #181BA0; }
span { border-color: rgb(24,27,160); }
td.TdClassName
{
border-color: #181BA0;
}
.TagClassName
{
border-color: #181BA0;
}
</style>