Shades of Ultramarine #18039B
Tints of Ultramarine #18039B
RGB
CMYK
RGB Variations
Color information
#18039B (or 0x18039B) is known color: Ultramarine. HEX triplet: 18, 03 and 9B. RGB value is (24,3,155). Sum of RGB (Red+Green+Blue) = 24+3+155=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #18039B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18039B is #E7FC64. Grayscale: #1A1A1A. Windows color (decimal): -15203429 or 10158872. OLE color: 10158872.
HSL color Cylindrical-coordinate representation of color #18039B: hue angle of 248.29º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18039B is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 3 | 155 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.39 |
| HSL | 248.29º | 0.96% | 0.31% | - |
| HSV(B) | 248.29º | 0.98% | 0.61% | - |
| XYZ | 6.33 | 2.63 | 31.18 | - |
| YUV | 26.61 | 200.46 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 155 | 0.85 | 0.98 | 0 | 0.39 | 248.29 | 0.96 | 0.31 |
| Hex | 18 | 3 | 9B | 55 | 62 | 0 | 27 | F8 | 60 | 1F |
| Octal | 30 | 3 | 233 | 125 | 142 | 0 | 47 | 370 | 140 | 37 |
| Binary | 11000 | 11 | 10011011 | 1010101 | 1100010 | 0 | 100111 | 11111000 | 1100000 | 11111 |
Color Harmonies of #18039B
Complementary color
Monochromatic Colors of #18039B
Black with #18039B
Text Example
Text Example
White with #18039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18039B; }
p { color: rgb(24,3,155); }
H1.HeaderClassName
{
color: #18039B;
}
.AnyTagClassName
{
color: #18039B;
}
</style>
background-color css
<style>
a { background-color: #18039B; }
a { background-color: rgb(24,3,155); }
div.DivClassName
{
background-color: #18039B;
}
.BgClassName
{
background-color: #18039B;
}
</style>
border-color css
<style>
span { border-color: #18039B; }
span { border-color: rgb(24,3,155); }
td.TdClassName
{
border-color: #18039B;
}
.TagClassName
{
border-color: #18039B;
}
</style>