Shades of Ultramarine #18018C
Tints of Ultramarine #18018C
RGB
CMYK
RGB Variations
Color information
#18018C (or 0x18018C) is known color: Ultramarine. HEX triplet: 18, 01 and 8C. RGB value is (24,1,140). Sum of RGB (Red+Green+Blue) = 24+1+140=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 140 (55.08% from 255 or 84.85% from 165); Max value from RGB is 140 - color contains mainly: blue. Hex color #18018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18018C is #E7FE73. Grayscale: #171717. Windows color (decimal): -15203956 or 9175320. OLE color: 9175320.
HSL color Cylindrical-coordinate representation of color #18018C: hue angle of 249.93º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18018C is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 1 | 140 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.45 |
| HSL | 249.93º | 0.99% | 0.28% | - |
| HSV(B) | 249.93º | 0.99% | 0.55% | - |
| XYZ | 5.12 | 2.11 | 24.95 | - |
| YUV | 23.72 | 193.62 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 140 | 0.83 | 0.99 | 0 | 0.45 | 249.93 | 0.99 | 0.28 |
| Hex | 18 | 1 | 8C | 53 | 63 | 0 | 2D | FA | 63 | 1C |
| Octal | 30 | 1 | 214 | 123 | 143 | 0 | 55 | 372 | 143 | 34 |
| Binary | 11000 | 1 | 10001100 | 1010011 | 1100011 | 0 | 101101 | 11111010 | 1100011 | 11100 |
Color Harmonies of #18018C
Complementary color
Monochromatic Colors of #18018C
Black with #18018C
Text Example
Text Example
White with #18018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18018C; }
p { color: rgb(24,1,140); }
H1.HeaderClassName
{
color: #18018C;
}
.AnyTagClassName
{
color: #18018C;
}
</style>
background-color css
<style>
a { background-color: #18018C; }
a { background-color: rgb(24,1,140); }
div.DivClassName
{
background-color: #18018C;
}
.BgClassName
{
background-color: #18018C;
}
</style>
border-color css
<style>
span { border-color: #18018C; }
span { border-color: rgb(24,1,140); }
td.TdClassName
{
border-color: #18018C;
}
.TagClassName
{
border-color: #18018C;
}
</style>