Shades of Ultramarine #181592
Tints of Ultramarine #181592
RGB
CMYK
RGB Variations
Color information
#181592 (or 0x181592) is known color: Ultramarine. HEX triplet: 18, 15 and 92. RGB value is (24,21,146). Sum of RGB (Red+Green+Blue) = 24+21+146=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #181592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181592 is #E7EA6D. Grayscale: #232323. Windows color (decimal): -15198830 or 9573656. OLE color: 9573656.
HSL color Cylindrical-coordinate representation of color #181592: hue angle of 241.44º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181592 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 21 | 146 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.43 |
| HSL | 241.44º | 0.75% | 0.33% | - |
| HSV(B) | 241.44º | 0.86% | 0.57% | - |
| XYZ | 5.83 | 2.81 | 27.43 | - |
| YUV | 36.15 | 189.99 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 146 | 0.84 | 0.86 | 0 | 0.43 | 241.44 | 0.75 | 0.33 |
| Hex | 18 | 15 | 92 | 54 | 56 | 0 | 2B | F1 | 4B | 21 |
| Octal | 30 | 25 | 222 | 124 | 126 | 0 | 53 | 361 | 113 | 41 |
| Binary | 11000 | 10101 | 10010010 | 1010100 | 1010110 | 0 | 101011 | 11110001 | 1001011 | 100001 |
Color Harmonies of #181592
Complementary color
Monochromatic Colors of #181592
Black with #181592
Text Example
Text Example
White with #181592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181592; }
p { color: rgb(24,21,146); }
H1.HeaderClassName
{
color: #181592;
}
.AnyTagClassName
{
color: #181592;
}
</style>
background-color css
<style>
a { background-color: #181592; }
a { background-color: rgb(24,21,146); }
div.DivClassName
{
background-color: #181592;
}
.BgClassName
{
background-color: #181592;
}
</style>
border-color css
<style>
span { border-color: #181592; }
span { border-color: rgb(24,21,146); }
td.TdClassName
{
border-color: #181592;
}
.TagClassName
{
border-color: #181592;
}
</style>