Shades of Ultramarine #180A88
Tints of Ultramarine #180A88
RGB
CMYK
RGB Variations
Color information
#180A88 (or 0x180A88) is known color: Ultramarine. HEX triplet: 18, 0A and 88. RGB value is (24,10,136). Sum of RGB (Red+Green+Blue) = 24+10+136=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #180A88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180A88 is #E7F577. Grayscale: #1C1C1C. Windows color (decimal): -15201656 or 8915480. OLE color: 8915480.
HSL color Cylindrical-coordinate representation of color #180A88: hue angle of 246.67º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180A88 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 10 | 136 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.47 |
| HSL | 246.67º | 0.86% | 0.29% | - |
| HSV(B) | 246.67º | 0.93% | 0.53% | - |
| XYZ | 4.93 | 2.19 | 23.46 | - |
| YUV | 28.55 | 188.64 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 136 | 0.82 | 0.93 | 0 | 0.47 | 246.67 | 0.86 | 0.29 |
| Hex | 18 | A | 88 | 52 | 5D | 0 | 2F | F7 | 56 | 1D |
| Octal | 30 | 12 | 210 | 122 | 135 | 0 | 57 | 367 | 126 | 35 |
| Binary | 11000 | 1010 | 10001000 | 1010010 | 1011101 | 0 | 101111 | 11110111 | 1010110 | 11101 |
Color Harmonies of #180A88
Complementary color
Monochromatic Colors of #180A88
Black with #180A88
Text Example
Text Example
White with #180A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A88; }
p { color: rgb(24,10,136); }
H1.HeaderClassName
{
color: #180A88;
}
.AnyTagClassName
{
color: #180A88;
}
</style>
background-color css
<style>
a { background-color: #180A88; }
a { background-color: rgb(24,10,136); }
div.DivClassName
{
background-color: #180A88;
}
.BgClassName
{
background-color: #180A88;
}
</style>
border-color css
<style>
span { border-color: #180A88; }
span { border-color: rgb(24,10,136); }
td.TdClassName
{
border-color: #180A88;
}
.TagClassName
{
border-color: #180A88;
}
</style>