Shades of Ultramarine #1808A0
Tints of Ultramarine #1808A0
RGB
CMYK
RGB Variations
Color information
#1808A0 (or 0x1808A0) is known color: Ultramarine. HEX triplet: 18, 08 and A0. RGB value is (24,8,160). Sum of RGB (Red+Green+Blue) = 24+8+160=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 160 (62.89% from 255 or 83.33% from 192); Max value from RGB is 160 - color contains mainly: blue. Hex color #1808A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1808A0 is #E7F75F. Grayscale: #1D1D1D. Windows color (decimal): -15202144 or 10487832. OLE color: 10487832.
HSL color Cylindrical-coordinate representation of color #1808A0: hue angle of 246.32º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1808A0 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 8 | 160 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.37 |
| HSL | 246.32º | 0.9% | 0.33% | - |
| HSV(B) | 246.32º | 0.95% | 0.63% | - |
| XYZ | 6.81 | 2.91 | 33.46 | - |
| YUV | 30.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 160 | 0.85 | 0.95 | 0 | 0.37 | 246.32 | 0.9 | 0.33 |
| Hex | 18 | 8 | A0 | 55 | 5F | 0 | 25 | F6 | 5A | 21 |
| Octal | 30 | 10 | 240 | 125 | 137 | 0 | 45 | 366 | 132 | 41 |
| Binary | 11000 | 1000 | 10100000 | 1010101 | 1011111 | 0 | 100101 | 11110110 | 1011010 | 100001 |
Color Harmonies of #1808A0
Complementary color
Monochromatic Colors of #1808A0
Black with #1808A0
Text Example
Text Example
White with #1808A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1808A0; }
p { color: rgb(24,8,160); }
H1.HeaderClassName
{
color: #1808A0;
}
.AnyTagClassName
{
color: #1808A0;
}
</style>
background-color css
<style>
a { background-color: #1808A0; }
a { background-color: rgb(24,8,160); }
div.DivClassName
{
background-color: #1808A0;
}
.BgClassName
{
background-color: #1808A0;
}
</style>
border-color css
<style>
span { border-color: #1808A0; }
span { border-color: rgb(24,8,160); }
td.TdClassName
{
border-color: #1808A0;
}
.TagClassName
{
border-color: #1808A0;
}
</style>