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