Shades of Ultramarine #18018A
Tints of Ultramarine #18018A
RGB
CMYK
RGB Variations
Color information
#18018A (or 0x18018A) is known color: Ultramarine. HEX triplet: 18, 01 and 8A. RGB value is (24,1,138). Sum of RGB (Red+Green+Blue) = 24+1+138=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #18018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18018A is #E7FE75. Grayscale: #161616. Windows color (decimal): -15203958 or 9044248. OLE color: 9044248.
HSL color Cylindrical-coordinate representation of color #18018A: hue angle of 250.07º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18018A is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 1 | 138 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.46 |
| HSL | 250.07º | 0.99% | 0.27% | - |
| HSV(B) | 250.07º | 0.99% | 0.54% | - |
| XYZ | 4.97 | 2.05 | 24.18 | - |
| YUV | 23.5 | 192.62 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 138 | 0.83 | 0.99 | 0 | 0.46 | 250.07 | 0.99 | 0.27 |
| Hex | 18 | 1 | 8A | 53 | 63 | 0 | 2E | FA | 63 | 1B |
| Octal | 30 | 1 | 212 | 123 | 143 | 0 | 56 | 372 | 143 | 33 |
| Binary | 11000 | 1 | 10001010 | 1010011 | 1100011 | 0 | 101110 | 11111010 | 1100011 | 11011 |
Color Harmonies of #18018A
Complementary color
Monochromatic Colors of #18018A
Black with #18018A
Text Example
Text Example
White with #18018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18018A; }
p { color: rgb(24,1,138); }
H1.HeaderClassName
{
color: #18018A;
}
.AnyTagClassName
{
color: #18018A;
}
</style>
background-color css
<style>
a { background-color: #18018A; }
a { background-color: rgb(24,1,138); }
div.DivClassName
{
background-color: #18018A;
}
.BgClassName
{
background-color: #18018A;
}
</style>
border-color css
<style>
span { border-color: #18018A; }
span { border-color: rgb(24,1,138); }
td.TdClassName
{
border-color: #18018A;
}
.TagClassName
{
border-color: #18018A;
}
</style>