Shades of Ultramarine #181A8C
Tints of Ultramarine #181A8C
RGB
CMYK
RGB Variations
Color information
#181A8C (or 0x181A8C) is known color: Ultramarine. HEX triplet: 18, 1A and 8C. RGB value is (24,26,140). Sum of RGB (Red+Green+Blue) = 24+26+140=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #181A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181A8C is #E7E573. Grayscale: #252525. Windows color (decimal): -15197556 or 9181720. OLE color: 9181720.
HSL color Cylindrical-coordinate representation of color #181A8C: hue angle of 238.97º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #181A8C is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 26 | 140 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.45 |
| HSL | 238.97º | 0.71% | 0.32% | - |
| HSV(B) | 238.97º | 0.83% | 0.55% | - |
| XYZ | 5.48 | 2.83 | 25.07 | - |
| YUV | 38.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 140 | 0.83 | 0.81 | 0 | 0.45 | 238.97 | 0.71 | 0.32 |
| Hex | 18 | 1A | 8C | 53 | 51 | 0 | 2D | EF | 47 | 20 |
| Octal | 30 | 32 | 214 | 123 | 121 | 0 | 55 | 357 | 107 | 40 |
| Binary | 11000 | 11010 | 10001100 | 1010011 | 1010001 | 0 | 101101 | 11101111 | 1000111 | 100000 |
Color Harmonies of #181A8C
Complementary color
Monochromatic Colors of #181A8C
Black with #181A8C
Text Example
Text Example
White with #181A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A8C; }
p { color: rgb(24,26,140); }
H1.HeaderClassName
{
color: #181A8C;
}
.AnyTagClassName
{
color: #181A8C;
}
</style>
background-color css
<style>
a { background-color: #181A8C; }
a { background-color: rgb(24,26,140); }
div.DivClassName
{
background-color: #181A8C;
}
.BgClassName
{
background-color: #181A8C;
}
</style>
border-color css
<style>
span { border-color: #181A8C; }
span { border-color: rgb(24,26,140); }
td.TdClassName
{
border-color: #181A8C;
}
.TagClassName
{
border-color: #181A8C;
}
</style>