Shades of Ultramarine #180991
Tints of Ultramarine #180991
RGB
CMYK
RGB Variations
Color information
#180991 (or 0x180991) is known color: Ultramarine. HEX triplet: 18, 09 and 91. RGB value is (24,9,145). Sum of RGB (Red+Green+Blue) = 24+9+145=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 145 (57.03% from 255 or 81.46% from 178); Max value from RGB is 145 - color contains mainly: blue. Hex color #180991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180991 is #E7F66E. Grayscale: #1C1C1C. Windows color (decimal): -15201903 or 9505048. OLE color: 9505048.
HSL color Cylindrical-coordinate representation of color #180991: hue angle of 246.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180991 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 9 | 145 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.43 |
| HSL | 246.62º | 0.88% | 0.3% | - |
| HSV(B) | 246.62º | 0.94% | 0.57% | - |
| XYZ | 5.59 | 2.43 | 26.96 | - |
| YUV | 28.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 145 | 0.83 | 0.94 | 0 | 0.43 | 246.62 | 0.88 | 0.3 |
| Hex | 18 | 9 | 91 | 53 | 5E | 0 | 2B | F7 | 58 | 1E |
| Octal | 30 | 11 | 221 | 123 | 136 | 0 | 53 | 367 | 130 | 36 |
| Binary | 11000 | 1001 | 10010001 | 1010011 | 1011110 | 0 | 101011 | 11110111 | 1011000 | 11110 |
Color Harmonies of #180991
Complementary color
Monochromatic Colors of #180991
Black with #180991
Text Example
Text Example
White with #180991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180991; }
p { color: rgb(24,9,145); }
H1.HeaderClassName
{
color: #180991;
}
.AnyTagClassName
{
color: #180991;
}
</style>
background-color css
<style>
a { background-color: #180991; }
a { background-color: rgb(24,9,145); }
div.DivClassName
{
background-color: #180991;
}
.BgClassName
{
background-color: #180991;
}
</style>
border-color css
<style>
span { border-color: #180991; }
span { border-color: rgb(24,9,145); }
td.TdClassName
{
border-color: #180991;
}
.TagClassName
{
border-color: #180991;
}
</style>