Shades of Ultramarine #18129C
Tints of Ultramarine #18129C
RGB
CMYK
RGB Variations
Color information
#18129C (or 0x18129C) is known color: Ultramarine. HEX triplet: 18, 12 and 9C. RGB value is (24,18,156). Sum of RGB (Red+Green+Blue) = 24+18+156=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #18129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18129C is #E7ED63. Grayscale: #222222. Windows color (decimal): -15199588 or 10228248. OLE color: 10228248.
HSL color Cylindrical-coordinate representation of color #18129C: hue angle of 242.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18129C is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 18 | 156 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.39 |
| HSL | 242.61º | 0.79% | 0.34% | - |
| HSV(B) | 242.61º | 0.88% | 0.61% | - |
| XYZ | 6.59 | 3.03 | 31.69 | - |
| YUV | 35.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 156 | 0.85 | 0.88 | 0 | 0.39 | 242.61 | 0.79 | 0.34 |
| Hex | 18 | 12 | 9C | 55 | 58 | 0 | 27 | F3 | 4F | 22 |
| Octal | 30 | 22 | 234 | 125 | 130 | 0 | 47 | 363 | 117 | 42 |
| Binary | 11000 | 10010 | 10011100 | 1010101 | 1011000 | 0 | 100111 | 11110011 | 1001111 | 100010 |
Color Harmonies of #18129C
Complementary color
Monochromatic Colors of #18129C
Black with #18129C
Text Example
Text Example
White with #18129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18129C; }
p { color: rgb(24,18,156); }
H1.HeaderClassName
{
color: #18129C;
}
.AnyTagClassName
{
color: #18129C;
}
</style>
background-color css
<style>
a { background-color: #18129C; }
a { background-color: rgb(24,18,156); }
div.DivClassName
{
background-color: #18129C;
}
.BgClassName
{
background-color: #18129C;
}
</style>
border-color css
<style>
span { border-color: #18129C; }
span { border-color: rgb(24,18,156); }
td.TdClassName
{
border-color: #18129C;
}
.TagClassName
{
border-color: #18129C;
}
</style>