Shades of Ultramarine #181F91
Tints of Ultramarine #181F91
RGB
CMYK
RGB Variations
Color information
#181F91 (or 0x181F91) is known color: Ultramarine. HEX triplet: 18, 1F and 91. RGB value is (24,31,145). Sum of RGB (Red+Green+Blue) = 24+31+145=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #181F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181F91 is #E7E06E. Grayscale: #292929. Windows color (decimal): -15196271 or 9510680. OLE color: 9510680.
HSL color Cylindrical-coordinate representation of color #181F91: hue angle of 236.53º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #181F91 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 31 | 145 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.43 |
| HSL | 236.53º | 0.72% | 0.33% | - |
| HSV(B) | 236.53º | 0.83% | 0.57% | - |
| XYZ | 5.98 | 3.22 | 27.09 | - |
| YUV | 41.9 | 186.18 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 145 | 0.83 | 0.79 | 0 | 0.43 | 236.53 | 0.72 | 0.33 |
| Hex | 18 | 1F | 91 | 53 | 4F | 0 | 2B | ED | 48 | 21 |
| Octal | 30 | 37 | 221 | 123 | 117 | 0 | 53 | 355 | 110 | 41 |
| Binary | 11000 | 11111 | 10010001 | 1010011 | 1001111 | 0 | 101011 | 11101101 | 1001000 | 100001 |
Color Harmonies of #181F91
Complementary color
Monochromatic Colors of #181F91
Black with #181F91
Text Example
Text Example
White with #181F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F91; }
p { color: rgb(24,31,145); }
H1.HeaderClassName
{
color: #181F91;
}
.AnyTagClassName
{
color: #181F91;
}
</style>
background-color css
<style>
a { background-color: #181F91; }
a { background-color: rgb(24,31,145); }
div.DivClassName
{
background-color: #181F91;
}
.BgClassName
{
background-color: #181F91;
}
</style>
border-color css
<style>
span { border-color: #181F91; }
span { border-color: rgb(24,31,145); }
td.TdClassName
{
border-color: #181F91;
}
.TagClassName
{
border-color: #181F91;
}
</style>