Shades of Ultramarine #18058F
Tints of Ultramarine #18058F
RGB
CMYK
RGB Variations
Color information
#18058F (or 0x18058F) is known color: Ultramarine. HEX triplet: 18, 05 and 8F. RGB value is (24,5,143). Sum of RGB (Red+Green+Blue) = 24+5+143=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 143 (56.25% from 255 or 83.14% from 172); Max value from RGB is 143 - color contains mainly: blue. Hex color #18058F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18058F is #E7FA70. Grayscale: #191919. Windows color (decimal): -15202929 or 9372952. OLE color: 9372952.
HSL color Cylindrical-coordinate representation of color #18058F: hue angle of 248.26º degrees, saturation: 0.93, 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 #18058F is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 5 | 143 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.44 |
| HSL | 248.26º | 0.93% | 0.29% | - |
| HSV(B) | 248.26º | 0.97% | 0.56% | - |
| XYZ | 5.39 | 2.29 | 26.14 | - |
| YUV | 26.41 | 193.79 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 143 | 0.83 | 0.97 | 0 | 0.44 | 248.26 | 0.93 | 0.29 |
| Hex | 18 | 5 | 8F | 53 | 61 | 0 | 2C | F8 | 5D | 1D |
| Octal | 30 | 5 | 217 | 123 | 141 | 0 | 54 | 370 | 135 | 35 |
| Binary | 11000 | 101 | 10001111 | 1010011 | 1100001 | 0 | 101100 | 11111000 | 1011101 | 11101 |
Color Harmonies of #18058F
Complementary color
Monochromatic Colors of #18058F
Black with #18058F
Text Example
Text Example
White with #18058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18058F; }
p { color: rgb(24,5,143); }
H1.HeaderClassName
{
color: #18058F;
}
.AnyTagClassName
{
color: #18058F;
}
</style>
background-color css
<style>
a { background-color: #18058F; }
a { background-color: rgb(24,5,143); }
div.DivClassName
{
background-color: #18058F;
}
.BgClassName
{
background-color: #18058F;
}
</style>
border-color css
<style>
span { border-color: #18058F; }
span { border-color: rgb(24,5,143); }
td.TdClassName
{
border-color: #18058F;
}
.TagClassName
{
border-color: #18058F;
}
</style>