Shades of Ultramarine #181D9C
Tints of Ultramarine #181D9C
RGB
CMYK
RGB Variations
Color information
#181D9C (or 0x181D9C) is known color: Ultramarine. HEX triplet: 18, 1D and 9C. RGB value is (24,29,156). Sum of RGB (Red+Green+Blue) = 24+29+156=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #181D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181D9C is #E7E263. Grayscale: #292929. Windows color (decimal): -15196772 or 10231064. OLE color: 10231064.
HSL color Cylindrical-coordinate representation of color #181D9C: hue angle of 237.73º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181D9C is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 29 | 156 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.39 |
| HSL | 237.73º | 0.73% | 0.35% | - |
| HSV(B) | 237.73º | 0.85% | 0.61% | - |
| XYZ | 6.82 | 3.47 | 31.76 | - |
| YUV | 41.98 | 192.34 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 156 | 0.85 | 0.81 | 0 | 0.39 | 237.73 | 0.73 | 0.35 |
| Hex | 18 | 1D | 9C | 55 | 51 | 0 | 27 | EE | 49 | 23 |
| Octal | 30 | 35 | 234 | 125 | 121 | 0 | 47 | 356 | 111 | 43 |
| Binary | 11000 | 11101 | 10011100 | 1010101 | 1010001 | 0 | 100111 | 11101110 | 1001001 | 100011 |
Color Harmonies of #181D9C
Complementary color
Monochromatic Colors of #181D9C
Black with #181D9C
Text Example
Text Example
White with #181D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D9C; }
p { color: rgb(24,29,156); }
H1.HeaderClassName
{
color: #181D9C;
}
.AnyTagClassName
{
color: #181D9C;
}
</style>
background-color css
<style>
a { background-color: #181D9C; }
a { background-color: rgb(24,29,156); }
div.DivClassName
{
background-color: #181D9C;
}
.BgClassName
{
background-color: #181D9C;
}
</style>
border-color css
<style>
span { border-color: #181D9C; }
span { border-color: rgb(24,29,156); }
td.TdClassName
{
border-color: #181D9C;
}
.TagClassName
{
border-color: #181D9C;
}
</style>