Shades of Ultramarine #180992
Tints of Ultramarine #180992
RGB
CMYK
RGB Variations
Color information
#180992 (or 0x180992) is known color: Ultramarine. HEX triplet: 18, 09 and 92. RGB value is (24,9,146). Sum of RGB (Red+Green+Blue) = 24+9+146=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 146 (57.42% from 255 or 81.56% from 179); Max value from RGB is 146 - color contains mainly: blue. Hex color #180992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180992 is #E7F66D. Grayscale: #1C1C1C. Windows color (decimal): -15201902 or 9570584. OLE color: 9570584.
HSL color Cylindrical-coordinate representation of color #180992: hue angle of 246.57º 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 #180992 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 9 | 146 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.43 |
| HSL | 246.57º | 0.88% | 0.3% | - |
| HSV(B) | 246.57º | 0.94% | 0.57% | - |
| XYZ | 5.66 | 2.46 | 27.37 | - |
| YUV | 29.1 | 193.97 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 146 | 0.84 | 0.94 | 0 | 0.43 | 246.57 | 0.88 | 0.3 |
| Hex | 18 | 9 | 92 | 54 | 5E | 0 | 2B | F7 | 58 | 1E |
| Octal | 30 | 11 | 222 | 124 | 136 | 0 | 53 | 367 | 130 | 36 |
| Binary | 11000 | 1001 | 10010010 | 1010100 | 1011110 | 0 | 101011 | 11110111 | 1011000 | 11110 |
Color Harmonies of #180992
Complementary color
Monochromatic Colors of #180992
Black with #180992
Text Example
Text Example
White with #180992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180992; }
p { color: rgb(24,9,146); }
H1.HeaderClassName
{
color: #180992;
}
.AnyTagClassName
{
color: #180992;
}
</style>
background-color css
<style>
a { background-color: #180992; }
a { background-color: rgb(24,9,146); }
div.DivClassName
{
background-color: #180992;
}
.BgClassName
{
background-color: #180992;
}
</style>
border-color css
<style>
span { border-color: #180992; }
span { border-color: rgb(24,9,146); }
td.TdClassName
{
border-color: #180992;
}
.TagClassName
{
border-color: #180992;
}
</style>