Shades of Ultramarine #181D93
Tints of Ultramarine #181D93
RGB
CMYK
RGB Variations
Color information
#181D93 (or 0x181D93) is known color: Ultramarine. HEX triplet: 18, 1D and 93. RGB value is (24,29,147). Sum of RGB (Red+Green+Blue) = 24+29+147=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #181D93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181D93 is #E7E26C. Grayscale: #282828. Windows color (decimal): -15196781 or 9641240. OLE color: 9641240.
HSL color Cylindrical-coordinate representation of color #181D93: hue angle of 237.56º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181D93 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 29 | 147 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.42 |
| HSL | 237.56º | 0.72% | 0.34% | - |
| HSV(B) | 237.56º | 0.84% | 0.58% | - |
| XYZ | 6.08 | 3.18 | 27.9 | - |
| YUV | 40.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 147 | 0.84 | 0.80 | 0 | 0.42 | 237.56 | 0.72 | 0.34 |
| Hex | 18 | 1D | 93 | 54 | 50 | 0 | 2A | EE | 48 | 22 |
| Octal | 30 | 35 | 223 | 124 | 120 | 0 | 52 | 356 | 110 | 42 |
| Binary | 11000 | 11101 | 10010011 | 1010100 | 1010000 | 0 | 101010 | 11101110 | 1001000 | 100010 |
Color Harmonies of #181D93
Complementary color
Monochromatic Colors of #181D93
Black with #181D93
Text Example
Text Example
White with #181D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D93; }
p { color: rgb(24,29,147); }
H1.HeaderClassName
{
color: #181D93;
}
.AnyTagClassName
{
color: #181D93;
}
</style>
background-color css
<style>
a { background-color: #181D93; }
a { background-color: rgb(24,29,147); }
div.DivClassName
{
background-color: #181D93;
}
.BgClassName
{
background-color: #181D93;
}
</style>
border-color css
<style>
span { border-color: #181D93; }
span { border-color: rgb(24,29,147); }
td.TdClassName
{
border-color: #181D93;
}
.TagClassName
{
border-color: #181D93;
}
</style>