Shades of Ultramarine #180990
Tints of Ultramarine #180990
RGB
CMYK
RGB Variations
Color information
#180990 (or 0x180990) is known color: Ultramarine. HEX triplet: 18, 09 and 90. RGB value is (24,9,144). Sum of RGB (Red+Green+Blue) = 24+9+144=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #180990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180990 is #E7F66F. Grayscale: #1C1C1C. Windows color (decimal): -15201904 or 9439512. OLE color: 9439512.
HSL color Cylindrical-coordinate representation of color #180990: hue angle of 246.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180990 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 9 | 144 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.44 |
| HSL | 246.67º | 0.88% | 0.3% | - |
| HSV(B) | 246.67º | 0.94% | 0.56% | - |
| XYZ | 5.51 | 2.4 | 26.56 | - |
| YUV | 28.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 144 | 0.83 | 0.94 | 0 | 0.44 | 246.67 | 0.88 | 0.3 |
| Hex | 18 | 9 | 90 | 53 | 5E | 0 | 2C | F7 | 58 | 1E |
| Octal | 30 | 11 | 220 | 123 | 136 | 0 | 54 | 367 | 130 | 36 |
| Binary | 11000 | 1001 | 10010000 | 1010011 | 1011110 | 0 | 101100 | 11110111 | 1011000 | 11110 |
Color Harmonies of #180990
Complementary color
Monochromatic Colors of #180990
Black with #180990
Text Example
Text Example
White with #180990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180990; }
p { color: rgb(24,9,144); }
H1.HeaderClassName
{
color: #180990;
}
.AnyTagClassName
{
color: #180990;
}
</style>
background-color css
<style>
a { background-color: #180990; }
a { background-color: rgb(24,9,144); }
div.DivClassName
{
background-color: #180990;
}
.BgClassName
{
background-color: #180990;
}
</style>
border-color css
<style>
span { border-color: #180990; }
span { border-color: rgb(24,9,144); }
td.TdClassName
{
border-color: #180990;
}
.TagClassName
{
border-color: #180990;
}
</style>