Shades of Ultramarine #181D91
Tints of Ultramarine #181D91
RGB
CMYK
RGB Variations
Color information
#181D91 (or 0x181D91) is known color: Ultramarine. HEX triplet: 18, 1D and 91. RGB value is (24,29,145). Sum of RGB (Red+Green+Blue) = 24+29+145=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #181D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181D91 is #E7E26E. Grayscale: #282828. Windows color (decimal): -15196783 or 9510168. OLE color: 9510168.
HSL color Cylindrical-coordinate representation of color #181D91: hue angle of 237.52º 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 #181D91 is Cyan = 0.83, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 29 | 145 | - |
| CMYK | 0.83 | 0.8 | 0 | 0.43 |
| HSL | 237.52º | 0.72% | 0.33% | - |
| HSV(B) | 237.52º | 0.83% | 0.57% | - |
| XYZ | 5.93 | 3.12 | 27.08 | - |
| YUV | 40.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 145 | 0.83 | 0.8 | 0 | 0.43 | 237.52 | 0.72 | 0.33 |
| Hex | 18 | 1D | 91 | 53 | 50 | 0 | 2B | EE | 48 | 21 |
| Octal | 30 | 35 | 221 | 123 | 120 | 0 | 53 | 356 | 110 | 41 |
| Binary | 11000 | 11101 | 10010001 | 1010011 | 1010000 | 0 | 101011 | 11101110 | 1001000 | 100001 |
Color Harmonies of #181D91
Complementary color
Monochromatic Colors of #181D91
Black with #181D91
Text Example
Text Example
White with #181D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D91; }
p { color: rgb(24,29,145); }
H1.HeaderClassName
{
color: #181D91;
}
.AnyTagClassName
{
color: #181D91;
}
</style>
background-color css
<style>
a { background-color: #181D91; }
a { background-color: rgb(24,29,145); }
div.DivClassName
{
background-color: #181D91;
}
.BgClassName
{
background-color: #181D91;
}
</style>
border-color css
<style>
span { border-color: #181D91; }
span { border-color: rgb(24,29,145); }
td.TdClassName
{
border-color: #181D91;
}
.TagClassName
{
border-color: #181D91;
}
</style>