Shades of Ultramarine #18089B
Tints of Ultramarine #18089B
RGB
CMYK
RGB Variations
Color information
#18089B (or 0x18089B) is known color: Ultramarine. HEX triplet: 18, 08 and 9B. RGB value is (24,8,155). Sum of RGB (Red+Green+Blue) = 24+8+155=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #18089B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18089B is #E7F764. Grayscale: #1C1C1C. Windows color (decimal): -15202149 or 10160152. OLE color: 10160152.
HSL color Cylindrical-coordinate representation of color #18089B: hue angle of 246.53º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18089B is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 8 | 155 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.39 |
| HSL | 246.53º | 0.9% | 0.32% | - |
| HSV(B) | 246.53º | 0.95% | 0.61% | - |
| XYZ | 6.38 | 2.73 | 31.2 | - |
| YUV | 29.54 | 198.8 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 155 | 0.85 | 0.95 | 0 | 0.39 | 246.53 | 0.9 | 0.32 |
| Hex | 18 | 8 | 9B | 55 | 5F | 0 | 27 | F7 | 5A | 20 |
| Octal | 30 | 10 | 233 | 125 | 137 | 0 | 47 | 367 | 132 | 40 |
| Binary | 11000 | 1000 | 10011011 | 1010101 | 1011111 | 0 | 100111 | 11110111 | 1011010 | 100000 |
Color Harmonies of #18089B
Complementary color
Monochromatic Colors of #18089B
Black with #18089B
Text Example
Text Example
White with #18089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18089B; }
p { color: rgb(24,8,155); }
H1.HeaderClassName
{
color: #18089B;
}
.AnyTagClassName
{
color: #18089B;
}
</style>
background-color css
<style>
a { background-color: #18089B; }
a { background-color: rgb(24,8,155); }
div.DivClassName
{
background-color: #18089B;
}
.BgClassName
{
background-color: #18089B;
}
</style>
border-color css
<style>
span { border-color: #18089B; }
span { border-color: rgb(24,8,155); }
td.TdClassName
{
border-color: #18089B;
}
.TagClassName
{
border-color: #18089B;
}
</style>