Shades of Ultramarine #18009B
Tints of Ultramarine #18009B
RGB
CMYK
RGB Variations
Color information
#18009B (or 0x18009B) is known color: Ultramarine. HEX triplet: 18, 00 and 9B. RGB value is (24,0,155). Sum of RGB (Red+Green+Blue) = 24+0+155=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 155 (60.94% from 255 or 86.59% from 179); Max value from RGB is 155 - color contains mainly: blue. Hex color #18009B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18009B is #E7FF64. Grayscale: #181818. Windows color (decimal): -15204197 or 10158104. OLE color: 10158104.
HSL color Cylindrical-coordinate representation of color #18009B: hue angle of 249.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18009B is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 0 | 155 | - |
| CMYK | 0.85 | 1 | 0 | 0.39 |
| HSL | 249.29º | 1% | 0.3% | - |
| HSV(B) | 249.29º | 1% | 0.61% | - |
| XYZ | 6.29 | 2.56 | 31.17 | - |
| YUV | 24.85 | 201.45 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 155 | 0.85 | 1 | 0 | 0.39 | 249.29 | 1 | 0.3 |
| Hex | 18 | 0 | 9B | 55 | 64 | 0 | 27 | F9 | 64 | 1E |
| Octal | 30 | 0 | 233 | 125 | 144 | 0 | 47 | 371 | 144 | 36 |
| Binary | 11000 | 0 | 10011011 | 1010101 | 1100100 | 0 | 100111 | 11111001 | 1100100 | 11110 |
Color Harmonies of #18009B
Complementary color
Monochromatic Colors of #18009B
Black with #18009B
Text Example
Text Example
White with #18009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18009B; }
p { color: rgb(24,0,155); }
H1.HeaderClassName
{
color: #18009B;
}
.AnyTagClassName
{
color: #18009B;
}
</style>
background-color css
<style>
a { background-color: #18009B; }
a { background-color: rgb(24,0,155); }
div.DivClassName
{
background-color: #18009B;
}
.BgClassName
{
background-color: #18009B;
}
</style>
border-color css
<style>
span { border-color: #18009B; }
span { border-color: rgb(24,0,155); }
td.TdClassName
{
border-color: #18009B;
}
.TagClassName
{
border-color: #18009B;
}
</style>