Shades of Ultramarine #180077
Tints of Ultramarine #180077
RGB
CMYK
RGB Variations
Color information
#180077 (or 0x180077) is known color: Ultramarine. HEX triplet: 18, 00 and 77. RGB value is (24,0,119). Sum of RGB (Red+Green+Blue) = 24+0+119=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #180077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180077 is #E7FF88. Grayscale: #141414. Windows color (decimal): -15204233 or 7798808. OLE color: 7798808.
HSL color Cylindrical-coordinate representation of color #180077: hue angle of 252.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180077 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 0 | 119 | - |
| CMYK | 0.80 | 1 | 0 | 0.53 |
| HSL | 252.1º | 1% | 0.23% | - |
| HSV(B) | 252.1º | 1% | 0.47% | - |
| XYZ | 3.71 | 1.53 | 17.55 | - |
| YUV | 20.74 | 183.45 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 119 | 0.80 | 1 | 0 | 0.53 | 252.1 | 1 | 0.23 |
| Hex | 18 | 0 | 77 | 50 | 64 | 0 | 35 | FC | 64 | 17 |
| Octal | 30 | 0 | 167 | 120 | 144 | 0 | 65 | 374 | 144 | 27 |
| Binary | 11000 | 0 | 1110111 | 1010000 | 1100100 | 0 | 110101 | 11111100 | 1100100 | 10111 |
Color Harmonies of #180077
Complementary color
Monochromatic Colors of #180077
Black with #180077
Text Example
Text Example
White with #180077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180077; }
p { color: rgb(24,0,119); }
H1.HeaderClassName
{
color: #180077;
}
.AnyTagClassName
{
color: #180077;
}
</style>
background-color css
<style>
a { background-color: #180077; }
a { background-color: rgb(24,0,119); }
div.DivClassName
{
background-color: #180077;
}
.BgClassName
{
background-color: #180077;
}
</style>
border-color css
<style>
span { border-color: #180077; }
span { border-color: rgb(24,0,119); }
td.TdClassName
{
border-color: #180077;
}
.TagClassName
{
border-color: #180077;
}
</style>