Shades of Ultramarine #180E8C
Tints of Ultramarine #180E8C
RGB
CMYK
RGB Variations
Color information
#180E8C (or 0x180E8C) is known color: Ultramarine. HEX triplet: 18, 0E and 8C. RGB value is (24,14,140). Sum of RGB (Red+Green+Blue) = 24+14+140=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 140 (55.08% from 255 or 78.65% from 178); Max value from RGB is 140 - color contains mainly: blue. Hex color #180E8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180E8C is #E7F173. Grayscale: #1E1E1E. Windows color (decimal): -15200628 or 9178648. OLE color: 9178648.
HSL color Cylindrical-coordinate representation of color #180E8C: hue angle of 244.76º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180E8C is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 14 | 140 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.45 |
| HSL | 244.76º | 0.82% | 0.3% | - |
| HSV(B) | 244.76º | 0.9% | 0.55% | - |
| XYZ | 5.27 | 2.4 | 25 | - |
| YUV | 31.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 140 | 0.83 | 0.90 | 0 | 0.45 | 244.76 | 0.82 | 0.3 |
| Hex | 18 | E | 8C | 53 | 5A | 0 | 2D | F5 | 52 | 1E |
| Octal | 30 | 16 | 214 | 123 | 132 | 0 | 55 | 365 | 122 | 36 |
| Binary | 11000 | 1110 | 10001100 | 1010011 | 1011010 | 0 | 101101 | 11110101 | 1010010 | 11110 |
Color Harmonies of #180E8C
Complementary color
Monochromatic Colors of #180E8C
Black with #180E8C
Text Example
Text Example
White with #180E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E8C; }
p { color: rgb(24,14,140); }
H1.HeaderClassName
{
color: #180E8C;
}
.AnyTagClassName
{
color: #180E8C;
}
</style>
background-color css
<style>
a { background-color: #180E8C; }
a { background-color: rgb(24,14,140); }
div.DivClassName
{
background-color: #180E8C;
}
.BgClassName
{
background-color: #180E8C;
}
</style>
border-color css
<style>
span { border-color: #180E8C; }
span { border-color: rgb(24,14,140); }
td.TdClassName
{
border-color: #180E8C;
}
.TagClassName
{
border-color: #180E8C;
}
</style>