Shades of Ultramarine #18087A
Tints of Ultramarine #18087A
RGB
CMYK
RGB Variations
Color information
#18087A (or 0x18087A) is known color: Ultramarine. HEX triplet: 18, 08 and 7A. RGB value is (24,8,122). Sum of RGB (Red+Green+Blue) = 24+8+122=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 122 (48.05% from 255 or 79.22% from 154); Max value from RGB is 122 - color contains mainly: blue. Hex color #18087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18087A is #E7F785. Grayscale: #191919. Windows color (decimal): -15202182 or 7997464. OLE color: 7997464.
HSL color Cylindrical-coordinate representation of color #18087A: hue angle of 248.42º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18087A is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 8 | 122 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.52 |
| HSL | 248.42º | 0.88% | 0.25% | - |
| HSV(B) | 248.42º | 0.93% | 0.48% | - |
| XYZ | 3.98 | 1.77 | 18.55 | - |
| YUV | 25.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 122 | 0.80 | 0.93 | 0 | 0.52 | 248.42 | 0.88 | 0.25 |
| Hex | 18 | 8 | 7A | 50 | 5D | 0 | 34 | F8 | 58 | 19 |
| Octal | 30 | 10 | 172 | 120 | 135 | 0 | 64 | 370 | 130 | 31 |
| Binary | 11000 | 1000 | 1111010 | 1010000 | 1011101 | 0 | 110100 | 11111000 | 1011000 | 11001 |
Color Harmonies of #18087A
Complementary color
Monochromatic Colors of #18087A
Black with #18087A
Text Example
Text Example
White with #18087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18087A; }
p { color: rgb(24,8,122); }
H1.HeaderClassName
{
color: #18087A;
}
.AnyTagClassName
{
color: #18087A;
}
</style>
background-color css
<style>
a { background-color: #18087A; }
a { background-color: rgb(24,8,122); }
div.DivClassName
{
background-color: #18087A;
}
.BgClassName
{
background-color: #18087A;
}
</style>
border-color css
<style>
span { border-color: #18087A; }
span { border-color: rgb(24,8,122); }
td.TdClassName
{
border-color: #18087A;
}
.TagClassName
{
border-color: #18087A;
}
</style>