Shades of Ultramarine #181299
Tints of Ultramarine #181299
RGB
CMYK
RGB Variations
Color information
#181299 (or 0x181299) is known color: Ultramarine. HEX triplet: 18, 12 and 99. RGB value is (24,18,153). Sum of RGB (Red+Green+Blue) = 24+18+153=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #181299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181299 is #E7ED66. Grayscale: #222222. Windows color (decimal): -15199591 or 10031640. OLE color: 10031640.
HSL color Cylindrical-coordinate representation of color #181299: hue angle of 242.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181299 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 18 | 153 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.4 |
| HSL | 242.67º | 0.79% | 0.34% | - |
| HSV(B) | 242.67º | 0.88% | 0.6% | - |
| XYZ | 6.34 | 2.93 | 30.37 | - |
| YUV | 35.18 | 194.49 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 153 | 0.84 | 0.88 | 0 | 0.4 | 242.67 | 0.79 | 0.34 |
| Hex | 18 | 12 | 99 | 54 | 58 | 0 | 28 | F3 | 4F | 22 |
| Octal | 30 | 22 | 231 | 124 | 130 | 0 | 50 | 363 | 117 | 42 |
| Binary | 11000 | 10010 | 10011001 | 1010100 | 1011000 | 0 | 101000 | 11110011 | 1001111 | 100010 |
Color Harmonies of #181299
Complementary color
Monochromatic Colors of #181299
Black with #181299
Text Example
Text Example
White with #181299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181299; }
p { color: rgb(24,18,153); }
H1.HeaderClassName
{
color: #181299;
}
.AnyTagClassName
{
color: #181299;
}
</style>
background-color css
<style>
a { background-color: #181299; }
a { background-color: rgb(24,18,153); }
div.DivClassName
{
background-color: #181299;
}
.BgClassName
{
background-color: #181299;
}
</style>
border-color css
<style>
span { border-color: #181299; }
span { border-color: rgb(24,18,153); }
td.TdClassName
{
border-color: #181299;
}
.TagClassName
{
border-color: #181299;
}
</style>