Shades of Ultramarine #18099C
Tints of Ultramarine #18099C
RGB
CMYK
RGB Variations
Color information
#18099C (or 0x18099C) is known color: Ultramarine. HEX triplet: 18, 09 and 9C. RGB value is (24,9,156). Sum of RGB (Red+Green+Blue) = 24+9+156=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #18099C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18099C is #E7F663. Grayscale: #1D1D1D. Windows color (decimal): -15201892 or 10225944. OLE color: 10225944.
HSL color Cylindrical-coordinate representation of color #18099C: hue angle of 246.12º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18099C is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 9 | 156 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.39 |
| HSL | 246.12º | 0.89% | 0.32% | - |
| HSV(B) | 246.12º | 0.94% | 0.61% | - |
| XYZ | 6.48 | 2.79 | 31.65 | - |
| YUV | 30.24 | 198.97 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 156 | 0.85 | 0.94 | 0 | 0.39 | 246.12 | 0.89 | 0.32 |
| Hex | 18 | 9 | 9C | 55 | 5E | 0 | 27 | F6 | 59 | 20 |
| Octal | 30 | 11 | 234 | 125 | 136 | 0 | 47 | 366 | 131 | 40 |
| Binary | 11000 | 1001 | 10011100 | 1010101 | 1011110 | 0 | 100111 | 11110110 | 1011001 | 100000 |
Color Harmonies of #18099C
Complementary color
Monochromatic Colors of #18099C
Black with #18099C
Text Example
Text Example
White with #18099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18099C; }
p { color: rgb(24,9,156); }
H1.HeaderClassName
{
color: #18099C;
}
.AnyTagClassName
{
color: #18099C;
}
</style>
background-color css
<style>
a { background-color: #18099C; }
a { background-color: rgb(24,9,156); }
div.DivClassName
{
background-color: #18099C;
}
.BgClassName
{
background-color: #18099C;
}
</style>
border-color css
<style>
span { border-color: #18099C; }
span { border-color: rgb(24,9,156); }
td.TdClassName
{
border-color: #18099C;
}
.TagClassName
{
border-color: #18099C;
}
</style>