Shades of Ultramarine #18088A
Tints of Ultramarine #18088A
RGB
CMYK
RGB Variations
Color information
#18088A (or 0x18088A) is known color: Ultramarine. HEX triplet: 18, 08 and 8A. RGB value is (24,8,138). Sum of RGB (Red+Green+Blue) = 24+8+138=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #18088A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18088A is #E7F775. Grayscale: #1B1B1B. Windows color (decimal): -15202166 or 9046040. OLE color: 9046040.
HSL color Cylindrical-coordinate representation of color #18088A: hue angle of 247.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18088A is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 8 | 138 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.46 |
| HSL | 247.38º | 0.89% | 0.29% | - |
| HSV(B) | 247.38º | 0.94% | 0.54% | - |
| XYZ | 5.05 | 2.2 | 24.2 | - |
| YUV | 27.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 138 | 0.83 | 0.94 | 0 | 0.46 | 247.38 | 0.89 | 0.29 |
| Hex | 18 | 8 | 8A | 53 | 5E | 0 | 2E | F7 | 59 | 1D |
| Octal | 30 | 10 | 212 | 123 | 136 | 0 | 56 | 367 | 131 | 35 |
| Binary | 11000 | 1000 | 10001010 | 1010011 | 1011110 | 0 | 101110 | 11110111 | 1011001 | 11101 |
Color Harmonies of #18088A
Complementary color
Monochromatic Colors of #18088A
Black with #18088A
Text Example
Text Example
White with #18088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18088A; }
p { color: rgb(24,8,138); }
H1.HeaderClassName
{
color: #18088A;
}
.AnyTagClassName
{
color: #18088A;
}
</style>
background-color css
<style>
a { background-color: #18088A; }
a { background-color: rgb(24,8,138); }
div.DivClassName
{
background-color: #18088A;
}
.BgClassName
{
background-color: #18088A;
}
</style>
border-color css
<style>
span { border-color: #18088A; }
span { border-color: rgb(24,8,138); }
td.TdClassName
{
border-color: #18088A;
}
.TagClassName
{
border-color: #18088A;
}
</style>