Shades of Ultramarine #18028E
Tints of Ultramarine #18028E
RGB
CMYK
RGB Variations
Color information
#18028E (or 0x18028E) is known color: Ultramarine. HEX triplet: 18, 02 and 8E. RGB value is (24,2,142). Sum of RGB (Red+Green+Blue) = 24+2+142=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 142 (55.86% from 255 or 84.52% from 168); Max value from RGB is 142 - color contains mainly: blue. Hex color #18028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18028E is #E7FD71. Grayscale: #181818. Windows color (decimal): -15203698 or 9306648. OLE color: 9306648.
HSL color Cylindrical-coordinate representation of color #18028E: hue angle of 249.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18028E is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 2 | 142 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.44 |
| HSL | 249.43º | 0.97% | 0.28% | - |
| HSV(B) | 249.43º | 0.99% | 0.56% | - |
| XYZ | 5.28 | 2.19 | 25.74 | - |
| YUV | 24.54 | 194.29 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 142 | 0.83 | 0.99 | 0 | 0.44 | 249.43 | 0.97 | 0.28 |
| Hex | 18 | 2 | 8E | 53 | 63 | 0 | 2C | F9 | 61 | 1C |
| Octal | 30 | 2 | 216 | 123 | 143 | 0 | 54 | 371 | 141 | 34 |
| Binary | 11000 | 10 | 10001110 | 1010011 | 1100011 | 0 | 101100 | 11111001 | 1100001 | 11100 |
Color Harmonies of #18028E
Complementary color
Monochromatic Colors of #18028E
Black with #18028E
Text Example
Text Example
White with #18028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18028E; }
p { color: rgb(24,2,142); }
H1.HeaderClassName
{
color: #18028E;
}
.AnyTagClassName
{
color: #18028E;
}
</style>
background-color css
<style>
a { background-color: #18028E; }
a { background-color: rgb(24,2,142); }
div.DivClassName
{
background-color: #18028E;
}
.BgClassName
{
background-color: #18028E;
}
</style>
border-color css
<style>
span { border-color: #18028E; }
span { border-color: rgb(24,2,142); }
td.TdClassName
{
border-color: #18028E;
}
.TagClassName
{
border-color: #18028E;
}
</style>