Shades of Ultramarine #18048F
Tints of Ultramarine #18048F
RGB
CMYK
RGB Variations
Color information
#18048F (or 0x18048F) is known color: Ultramarine. HEX triplet: 18, 04 and 8F. RGB value is (24,4,143). Sum of RGB (Red+Green+Blue) = 24+4+143=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 143 (56.25% from 255 or 83.63% from 171); Max value from RGB is 143 - color contains mainly: blue. Hex color #18048F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18048F is #E7FB70. Grayscale: #191919. Windows color (decimal): -15203185 or 9372696. OLE color: 9372696.
HSL color Cylindrical-coordinate representation of color #18048F: hue angle of 248.63º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18048F is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 4 | 143 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.44 |
| HSL | 248.63º | 0.95% | 0.29% | - |
| HSV(B) | 248.63º | 0.97% | 0.56% | - |
| XYZ | 5.38 | 2.26 | 26.14 | - |
| YUV | 25.83 | 194.13 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 143 | 0.83 | 0.97 | 0 | 0.44 | 248.63 | 0.95 | 0.29 |
| Hex | 18 | 4 | 8F | 53 | 61 | 0 | 2C | F9 | 5F | 1D |
| Octal | 30 | 4 | 217 | 123 | 141 | 0 | 54 | 371 | 137 | 35 |
| Binary | 11000 | 100 | 10001111 | 1010011 | 1100001 | 0 | 101100 | 11111001 | 1011111 | 11101 |
Color Harmonies of #18048F
Complementary color
Monochromatic Colors of #18048F
Black with #18048F
Text Example
Text Example
White with #18048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18048F; }
p { color: rgb(24,4,143); }
H1.HeaderClassName
{
color: #18048F;
}
.AnyTagClassName
{
color: #18048F;
}
</style>
background-color css
<style>
a { background-color: #18048F; }
a { background-color: rgb(24,4,143); }
div.DivClassName
{
background-color: #18048F;
}
.BgClassName
{
background-color: #18048F;
}
</style>
border-color css
<style>
span { border-color: #18048F; }
span { border-color: rgb(24,4,143); }
td.TdClassName
{
border-color: #18048F;
}
.TagClassName
{
border-color: #18048F;
}
</style>