Shades of Ultramarine #1801A0
Tints of Ultramarine #1801A0
RGB
CMYK
RGB Variations
Color information
#1801A0 (or 0x1801A0) is known color: Ultramarine. HEX triplet: 18, 01 and A0. RGB value is (24,1,160). Sum of RGB (Red+Green+Blue) = 24+1+160=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 160 (62.89% from 255 or 86.49% from 185); Max value from RGB is 160 - color contains mainly: blue. Hex color #1801A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1801A0 is #E7FE5F. Grayscale: #191919. Windows color (decimal): -15203936 or 10486040. OLE color: 10486040.
HSL color Cylindrical-coordinate representation of color #1801A0: hue angle of 248.68º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1801A0 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 1 | 160 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.37 |
| HSL | 248.68º | 0.99% | 0.32% | - |
| HSV(B) | 248.68º | 0.99% | 0.63% | - |
| XYZ | 6.73 | 2.75 | 33.43 | - |
| YUV | 26 | 203.62 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 160 | 0.85 | 0.99 | 0 | 0.37 | 248.68 | 0.99 | 0.32 |
| Hex | 18 | 1 | A0 | 55 | 63 | 0 | 25 | F9 | 63 | 20 |
| Octal | 30 | 1 | 240 | 125 | 143 | 0 | 45 | 371 | 143 | 40 |
| Binary | 11000 | 1 | 10100000 | 1010101 | 1100011 | 0 | 100101 | 11111001 | 1100011 | 100000 |
Color Harmonies of #1801A0
Complementary color
Monochromatic Colors of #1801A0
Black with #1801A0
Text Example
Text Example
White with #1801A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1801A0; }
p { color: rgb(24,1,160); }
H1.HeaderClassName
{
color: #1801A0;
}
.AnyTagClassName
{
color: #1801A0;
}
</style>
background-color css
<style>
a { background-color: #1801A0; }
a { background-color: rgb(24,1,160); }
div.DivClassName
{
background-color: #1801A0;
}
.BgClassName
{
background-color: #1801A0;
}
</style>
border-color css
<style>
span { border-color: #1801A0; }
span { border-color: rgb(24,1,160); }
td.TdClassName
{
border-color: #1801A0;
}
.TagClassName
{
border-color: #1801A0;
}
</style>