Shades of Ultramarine #182090
Tints of Ultramarine #182090
RGB
CMYK
RGB Variations
Color information
#182090 (or 0x182090) is known color: Ultramarine. HEX triplet: 18, 20 and 90. RGB value is (24,32,144). Sum of RGB (Red+Green+Blue) = 24+32+144=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #182090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182090 is #E7DF6F. Grayscale: #292929. Windows color (decimal): -15196016 or 9445400. OLE color: 9445400.
HSL color Cylindrical-coordinate representation of color #182090: hue angle of 236º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #182090 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 32 | 144 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.44 |
| HSL | 236º | 0.71% | 0.33% | - |
| HSV(B) | 236º | 0.83% | 0.56% | - |
| XYZ | 5.93 | 3.24 | 26.7 | - |
| YUV | 42.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 144 | 0.83 | 0.78 | 0 | 0.44 | 236 | 0.71 | 0.33 |
| Hex | 18 | 20 | 90 | 53 | 4E | 0 | 2C | EC | 47 | 21 |
| Octal | 30 | 40 | 220 | 123 | 116 | 0 | 54 | 354 | 107 | 41 |
| Binary | 11000 | 100000 | 10010000 | 1010011 | 1001110 | 0 | 101100 | 11101100 | 1000111 | 100001 |
Color Harmonies of #182090
Complementary color
Monochromatic Colors of #182090
Black with #182090
Text Example
Text Example
White with #182090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182090; }
p { color: rgb(24,32,144); }
H1.HeaderClassName
{
color: #182090;
}
.AnyTagClassName
{
color: #182090;
}
</style>
background-color css
<style>
a { background-color: #182090; }
a { background-color: rgb(24,32,144); }
div.DivClassName
{
background-color: #182090;
}
.BgClassName
{
background-color: #182090;
}
</style>
border-color css
<style>
span { border-color: #182090; }
span { border-color: rgb(24,32,144); }
td.TdClassName
{
border-color: #182090;
}
.TagClassName
{
border-color: #182090;
}
</style>