Shades of Ultramarine #180198
Tints of Ultramarine #180198
RGB
CMYK
RGB Variations
Color information
#180198 (or 0x180198) is known color: Ultramarine. HEX triplet: 18, 01 and 98. RGB value is (24,1,152). Sum of RGB (Red+Green+Blue) = 24+1+152=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 152 (59.77% from 255 or 85.88% from 177); Max value from RGB is 152 - color contains mainly: blue. Hex color #180198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180198 is #E7FE67. Grayscale: #181818. Windows color (decimal): -15203944 or 9961752. OLE color: 9961752.
HSL color Cylindrical-coordinate representation of color #180198: hue angle of 249.14º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #180198 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 1 | 152 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.40 |
| HSL | 249.14º | 0.99% | 0.3% | - |
| HSV(B) | 249.14º | 0.99% | 0.6% | - |
| XYZ | 6.06 | 2.48 | 29.87 | - |
| YUV | 25.09 | 199.62 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 152 | 0.84 | 0.99 | 0 | 0.40 | 249.14 | 0.99 | 0.3 |
| Hex | 18 | 1 | 98 | 54 | 63 | 0 | 28 | F9 | 63 | 1E |
| Octal | 30 | 1 | 230 | 124 | 143 | 0 | 50 | 371 | 143 | 36 |
| Binary | 11000 | 1 | 10011000 | 1010100 | 1100011 | 0 | 101000 | 11111001 | 1100011 | 11110 |
Color Harmonies of #180198
Complementary color
Monochromatic Colors of #180198
Black with #180198
Text Example
Text Example
White with #180198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180198; }
p { color: rgb(24,1,152); }
H1.HeaderClassName
{
color: #180198;
}
.AnyTagClassName
{
color: #180198;
}
</style>
background-color css
<style>
a { background-color: #180198; }
a { background-color: rgb(24,1,152); }
div.DivClassName
{
background-color: #180198;
}
.BgClassName
{
background-color: #180198;
}
</style>
border-color css
<style>
span { border-color: #180198; }
span { border-color: rgb(24,1,152); }
td.TdClassName
{
border-color: #180198;
}
.TagClassName
{
border-color: #180198;
}
</style>