Shades of Ultramarine #180888
Tints of Ultramarine #180888
RGB
CMYK
RGB Variations
Color information
#180888 (or 0x180888) is known color: Ultramarine. HEX triplet: 18, 08 and 88. RGB value is (24,8,136). Sum of RGB (Red+Green+Blue) = 24+8+136=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 136 (53.52% from 255 or 80.95% from 168); Max value from RGB is 136 - color contains mainly: blue. Hex color #180888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180888 is #E7F777. Grayscale: #1A1A1A. Windows color (decimal): -15202168 or 8914968. OLE color: 8914968.
HSL color Cylindrical-coordinate representation of color #180888: hue angle of 247.5º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180888 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 8 | 136 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.47 |
| HSL | 247.5º | 0.89% | 0.28% | - |
| HSV(B) | 247.5º | 0.94% | 0.53% | - |
| XYZ | 4.91 | 2.15 | 23.45 | - |
| YUV | 27.38 | 189.3 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 136 | 0.82 | 0.94 | 0 | 0.47 | 247.5 | 0.89 | 0.28 |
| Hex | 18 | 8 | 88 | 52 | 5E | 0 | 2F | F8 | 59 | 1C |
| Octal | 30 | 10 | 210 | 122 | 136 | 0 | 57 | 370 | 131 | 34 |
| Binary | 11000 | 1000 | 10001000 | 1010010 | 1011110 | 0 | 101111 | 11111000 | 1011001 | 11100 |
Color Harmonies of #180888
Complementary color
Monochromatic Colors of #180888
Black with #180888
Text Example
Text Example
White with #180888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180888; }
p { color: rgb(24,8,136); }
H1.HeaderClassName
{
color: #180888;
}
.AnyTagClassName
{
color: #180888;
}
</style>
background-color css
<style>
a { background-color: #180888; }
a { background-color: rgb(24,8,136); }
div.DivClassName
{
background-color: #180888;
}
.BgClassName
{
background-color: #180888;
}
</style>
border-color css
<style>
span { border-color: #180888; }
span { border-color: rgb(24,8,136); }
td.TdClassName
{
border-color: #180888;
}
.TagClassName
{
border-color: #180888;
}
</style>