Shades of Ultramarine #181D9E
Tints of Ultramarine #181D9E
RGB
CMYK
RGB Variations
Color information
#181D9E (or 0x181D9E) is known color: Ultramarine. HEX triplet: 18, 1D and 9E. RGB value is (24,29,158). Sum of RGB (Red+Green+Blue) = 24+29+158=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #181D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181D9E is #E7E261. Grayscale: #292929. Windows color (decimal): -15196770 or 10362136. OLE color: 10362136.
HSL color Cylindrical-coordinate representation of color #181D9E: hue angle of 237.76º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181D9E is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 29 | 158 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.38 |
| HSL | 237.76º | 0.74% | 0.36% | - |
| HSV(B) | 237.76º | 0.85% | 0.62% | - |
| XYZ | 6.99 | 3.54 | 32.66 | - |
| YUV | 42.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 158 | 0.85 | 0.82 | 0 | 0.38 | 237.76 | 0.74 | 0.36 |
| Hex | 18 | 1D | 9E | 55 | 52 | 0 | 26 | EE | 4A | 24 |
| Octal | 30 | 35 | 236 | 125 | 122 | 0 | 46 | 356 | 112 | 44 |
| Binary | 11000 | 11101 | 10011110 | 1010101 | 1010010 | 0 | 100110 | 11101110 | 1001010 | 100100 |
Color Harmonies of #181D9E
Complementary color
Monochromatic Colors of #181D9E
Black with #181D9E
Text Example
Text Example
White with #181D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D9E; }
p { color: rgb(24,29,158); }
H1.HeaderClassName
{
color: #181D9E;
}
.AnyTagClassName
{
color: #181D9E;
}
</style>
background-color css
<style>
a { background-color: #181D9E; }
a { background-color: rgb(24,29,158); }
div.DivClassName
{
background-color: #181D9E;
}
.BgClassName
{
background-color: #181D9E;
}
</style>
border-color css
<style>
span { border-color: #181D9E; }
span { border-color: rgb(24,29,158); }
td.TdClassName
{
border-color: #181D9E;
}
.TagClassName
{
border-color: #181D9E;
}
</style>