Shades of Ultramarine #180199
Tints of Ultramarine #180199
RGB
CMYK
RGB Variations
Color information
#180199 (or 0x180199) is known color: Ultramarine. HEX triplet: 18, 01 and 99. RGB value is (24,1,153). Sum of RGB (Red+Green+Blue) = 24+1+153=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 153 (60.16% from 255 or 85.96% from 178); Max value from RGB is 153 - color contains mainly: blue. Hex color #180199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180199 is #E7FE66. Grayscale: #181818. Windows color (decimal): -15203943 or 10027288. OLE color: 10027288.
HSL color Cylindrical-coordinate representation of color #180199: hue angle of 249.08º 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 #180199 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 1 | 153 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.4 |
| HSL | 249.08º | 0.99% | 0.3% | - |
| HSV(B) | 249.08º | 0.99% | 0.6% | - |
| XYZ | 6.14 | 2.52 | 30.3 | - |
| YUV | 25.21 | 200.12 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 153 | 0.84 | 0.99 | 0 | 0.4 | 249.08 | 0.99 | 0.3 |
| Hex | 18 | 1 | 99 | 54 | 63 | 0 | 28 | F9 | 63 | 1E |
| Octal | 30 | 1 | 231 | 124 | 143 | 0 | 50 | 371 | 143 | 36 |
| Binary | 11000 | 1 | 10011001 | 1010100 | 1100011 | 0 | 101000 | 11111001 | 1100011 | 11110 |
Color Harmonies of #180199
Complementary color
Monochromatic Colors of #180199
Black with #180199
Text Example
Text Example
White with #180199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180199; }
p { color: rgb(24,1,153); }
H1.HeaderClassName
{
color: #180199;
}
.AnyTagClassName
{
color: #180199;
}
</style>
background-color css
<style>
a { background-color: #180199; }
a { background-color: rgb(24,1,153); }
div.DivClassName
{
background-color: #180199;
}
.BgClassName
{
background-color: #180199;
}
</style>
border-color css
<style>
span { border-color: #180199; }
span { border-color: rgb(24,1,153); }
td.TdClassName
{
border-color: #180199;
}
.TagClassName
{
border-color: #180199;
}
</style>