Shades of Ultramarine #180E90
Tints of Ultramarine #180E90
RGB
CMYK
RGB Variations
Color information
#180E90 (or 0x180E90) is known color: Ultramarine. HEX triplet: 18, 0E and 90. RGB value is (24,14,144). Sum of RGB (Red+Green+Blue) = 24+14+144=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #180E90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #180E90 is #E7F16F. Grayscale: #1F1F1F. Windows color (decimal): -15200624 or 9440792. OLE color: 9440792.
HSL color Cylindrical-coordinate representation of color #180E90: hue angle of 244.62º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180E90 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 14 | 144 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.44 |
| HSL | 244.62º | 0.82% | 0.31% | - |
| HSV(B) | 244.62º | 0.9% | 0.56% | - |
| XYZ | 5.57 | 2.52 | 26.58 | - |
| YUV | 31.81 | 191.31 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 144 | 0.83 | 0.90 | 0 | 0.44 | 244.62 | 0.82 | 0.31 |
| Hex | 18 | E | 90 | 53 | 5A | 0 | 2C | F5 | 52 | 1F |
| Octal | 30 | 16 | 220 | 123 | 132 | 0 | 54 | 365 | 122 | 37 |
| Binary | 11000 | 1110 | 10010000 | 1010011 | 1011010 | 0 | 101100 | 11110101 | 1010010 | 11111 |
Color Harmonies of #180E90
Complementary color
Monochromatic Colors of #180E90
Black with #180E90
Text Example
Text Example
White with #180E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E90; }
p { color: rgb(24,14,144); }
H1.HeaderClassName
{
color: #180E90;
}
.AnyTagClassName
{
color: #180E90;
}
</style>
background-color css
<style>
a { background-color: #180E90; }
a { background-color: rgb(24,14,144); }
div.DivClassName
{
background-color: #180E90;
}
.BgClassName
{
background-color: #180E90;
}
</style>
border-color css
<style>
span { border-color: #180E90; }
span { border-color: rgb(24,14,144); }
td.TdClassName
{
border-color: #180E90;
}
.TagClassName
{
border-color: #180E90;
}
</style>