Shades of Ultramarine #18008F
Tints of Ultramarine #18008F
RGB
CMYK
RGB Variations
Color information
#18008F (or 0x18008F) is known color: Ultramarine. HEX triplet: 18, 00 and 8F. RGB value is (24,0,143). Sum of RGB (Red+Green+Blue) = 24+0+143=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 143 (56.25% from 255 or 85.63% from 167); Max value from RGB is 143 - color contains mainly: blue. Hex color #18008F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18008F is #E7FF70. Grayscale: #161616. Windows color (decimal): -15204209 or 9371672. OLE color: 9371672.
HSL color Cylindrical-coordinate representation of color #18008F: hue angle of 250.07º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18008F is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 0 | 143 | - |
| CMYK | 0.83 | 1 | 0 | 0.44 |
| HSL | 250.07º | 1% | 0.28% | - |
| HSV(B) | 250.07º | 1% | 0.56% | - |
| XYZ | 5.33 | 2.18 | 26.13 | - |
| YUV | 23.48 | 195.45 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 143 | 0.83 | 1 | 0 | 0.44 | 250.07 | 1 | 0.28 |
| Hex | 18 | 0 | 8F | 53 | 64 | 0 | 2C | FA | 64 | 1C |
| Octal | 30 | 0 | 217 | 123 | 144 | 0 | 54 | 372 | 144 | 34 |
| Binary | 11000 | 0 | 10001111 | 1010011 | 1100100 | 0 | 101100 | 11111010 | 1100100 | 11100 |
Color Harmonies of #18008F
Complementary color
Monochromatic Colors of #18008F
Black with #18008F
Text Example
Text Example
White with #18008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18008F; }
p { color: rgb(24,0,143); }
H1.HeaderClassName
{
color: #18008F;
}
.AnyTagClassName
{
color: #18008F;
}
</style>
background-color css
<style>
a { background-color: #18008F; }
a { background-color: rgb(24,0,143); }
div.DivClassName
{
background-color: #18008F;
}
.BgClassName
{
background-color: #18008F;
}
</style>
border-color css
<style>
span { border-color: #18008F; }
span { border-color: rgb(24,0,143); }
td.TdClassName
{
border-color: #18008F;
}
.TagClassName
{
border-color: #18008F;
}
</style>