Shades of Ultramarine #18019C
Tints of Ultramarine #18019C
RGB
CMYK
RGB Variations
Color information
#18019C (or 0x18019C) is known color: Ultramarine. HEX triplet: 18, 01 and 9C. RGB value is (24,1,156). Sum of RGB (Red+Green+Blue) = 24+1+156=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 156 (61.33% from 255 or 86.19% from 181); Max value from RGB is 156 - color contains mainly: blue. Hex color #18019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18019C is #E7FE63. Grayscale: #181818. Windows color (decimal): -15203940 or 10223896. OLE color: 10223896.
HSL color Cylindrical-coordinate representation of color #18019C: hue angle of 248.9º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18019C is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 1 | 156 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.39 |
| HSL | 248.9º | 0.99% | 0.31% | - |
| HSV(B) | 248.9º | 0.99% | 0.61% | - |
| XYZ | 6.39 | 2.62 | 31.62 | - |
| YUV | 25.55 | 201.62 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 156 | 0.85 | 0.99 | 0 | 0.39 | 248.9 | 0.99 | 0.31 |
| Hex | 18 | 1 | 9C | 55 | 63 | 0 | 27 | F9 | 63 | 1F |
| Octal | 30 | 1 | 234 | 125 | 143 | 0 | 47 | 371 | 143 | 37 |
| Binary | 11000 | 1 | 10011100 | 1010101 | 1100011 | 0 | 100111 | 11111001 | 1100011 | 11111 |
Color Harmonies of #18019C
Complementary color
Monochromatic Colors of #18019C
Black with #18019C
Text Example
Text Example
White with #18019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18019C; }
p { color: rgb(24,1,156); }
H1.HeaderClassName
{
color: #18019C;
}
.AnyTagClassName
{
color: #18019C;
}
</style>
background-color css
<style>
a { background-color: #18019C; }
a { background-color: rgb(24,1,156); }
div.DivClassName
{
background-color: #18019C;
}
.BgClassName
{
background-color: #18019C;
}
</style>
border-color css
<style>
span { border-color: #18019C; }
span { border-color: rgb(24,1,156); }
td.TdClassName
{
border-color: #18019C;
}
.TagClassName
{
border-color: #18019C;
}
</style>