Shades of Ultramarine #181D9F
Tints of Ultramarine #181D9F
RGB
CMYK
RGB Variations
Color information
#181D9F (or 0x181D9F) is known color: Ultramarine. HEX triplet: 18, 1D and 9F. RGB value is (24,29,159). Sum of RGB (Red+Green+Blue) = 24+29+159=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #181D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181D9F is #E7E260. Grayscale: #292929. Windows color (decimal): -15196769 or 10427672. OLE color: 10427672.
HSL color Cylindrical-coordinate representation of color #181D9F: hue angle of 237.78º 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 #181D9F is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 29 | 159 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.38 |
| HSL | 237.78º | 0.74% | 0.36% | - |
| HSV(B) | 237.78º | 0.85% | 0.62% | - |
| XYZ | 7.07 | 3.58 | 33.12 | - |
| YUV | 42.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 159 | 0.85 | 0.82 | 0 | 0.38 | 237.78 | 0.74 | 0.36 |
| Hex | 18 | 1D | 9F | 55 | 52 | 0 | 26 | EE | 4A | 24 |
| Octal | 30 | 35 | 237 | 125 | 122 | 0 | 46 | 356 | 112 | 44 |
| Binary | 11000 | 11101 | 10011111 | 1010101 | 1010010 | 0 | 100110 | 11101110 | 1001010 | 100100 |
Color Harmonies of #181D9F
Complementary color
Monochromatic Colors of #181D9F
Black with #181D9F
Text Example
Text Example
White with #181D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D9F; }
p { color: rgb(24,29,159); }
H1.HeaderClassName
{
color: #181D9F;
}
.AnyTagClassName
{
color: #181D9F;
}
</style>
background-color css
<style>
a { background-color: #181D9F; }
a { background-color: rgb(24,29,159); }
div.DivClassName
{
background-color: #181D9F;
}
.BgClassName
{
background-color: #181D9F;
}
</style>
border-color css
<style>
span { border-color: #181D9F; }
span { border-color: rgb(24,29,159); }
td.TdClassName
{
border-color: #181D9F;
}
.TagClassName
{
border-color: #181D9F;
}
</style>