Shades of Ultramarine #18059D
Tints of Ultramarine #18059D
RGB
CMYK
RGB Variations
Color information
#18059D (or 0x18059D) is known color: Ultramarine. HEX triplet: 18, 05 and 9D. RGB value is (24,5,157). Sum of RGB (Red+Green+Blue) = 24+5+157=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #18059D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18059D is #E7FA62. Grayscale: #1B1B1B. Windows color (decimal): -15202915 or 10290456. OLE color: 10290456.
HSL color Cylindrical-coordinate representation of color #18059D: hue angle of 247.5º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18059D is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 5 | 157 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.38 |
| HSL | 247.5º | 0.94% | 0.32% | - |
| HSV(B) | 247.5º | 0.97% | 0.62% | - |
| XYZ | 6.52 | 2.74 | 32.08 | - |
| YUV | 28.01 | 200.79 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 157 | 0.85 | 0.97 | 0 | 0.38 | 247.5 | 0.94 | 0.32 |
| Hex | 18 | 5 | 9D | 55 | 61 | 0 | 26 | F8 | 5E | 20 |
| Octal | 30 | 5 | 235 | 125 | 141 | 0 | 46 | 370 | 136 | 40 |
| Binary | 11000 | 101 | 10011101 | 1010101 | 1100001 | 0 | 100110 | 11111000 | 1011110 | 100000 |
Color Harmonies of #18059D
Complementary color
Monochromatic Colors of #18059D
Black with #18059D
Text Example
Text Example
White with #18059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18059D; }
p { color: rgb(24,5,157); }
H1.HeaderClassName
{
color: #18059D;
}
.AnyTagClassName
{
color: #18059D;
}
</style>
background-color css
<style>
a { background-color: #18059D; }
a { background-color: rgb(24,5,157); }
div.DivClassName
{
background-color: #18059D;
}
.BgClassName
{
background-color: #18059D;
}
</style>
border-color css
<style>
span { border-color: #18059D; }
span { border-color: rgb(24,5,157); }
td.TdClassName
{
border-color: #18059D;
}
.TagClassName
{
border-color: #18059D;
}
</style>