Shades of Ultramarine #182290
Tints of Ultramarine #182290
RGB
CMYK
RGB Variations
Color information
#182290 (or 0x182290) is known color: Ultramarine. HEX triplet: 18, 22 and 90. RGB value is (24,34,144). Sum of RGB (Red+Green+Blue) = 24+34+144=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #182290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182290 is #E7DD6F. Grayscale: #2B2B2B. Windows color (decimal): -15195504 or 9445912. OLE color: 9445912.
HSL color Cylindrical-coordinate representation of color #182290: hue angle of 235º 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 #182290 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 34 | 144 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.44 |
| HSL | 235º | 0.71% | 0.33% | - |
| HSV(B) | 235º | 0.83% | 0.56% | - |
| XYZ | 5.98 | 3.35 | 26.72 | - |
| YUV | 43.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 144 | 0.83 | 0.76 | 0 | 0.44 | 235 | 0.71 | 0.33 |
| Hex | 18 | 22 | 90 | 53 | 4C | 0 | 2C | EB | 47 | 21 |
| Octal | 30 | 42 | 220 | 123 | 114 | 0 | 54 | 353 | 107 | 41 |
| Binary | 11000 | 100010 | 10010000 | 1010011 | 1001100 | 0 | 101100 | 11101011 | 1000111 | 100001 |
Color Harmonies of #182290
Complementary color
Monochromatic Colors of #182290
Black with #182290
Text Example
Text Example
White with #182290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182290; }
p { color: rgb(24,34,144); }
H1.HeaderClassName
{
color: #182290;
}
.AnyTagClassName
{
color: #182290;
}
</style>
background-color css
<style>
a { background-color: #182290; }
a { background-color: rgb(24,34,144); }
div.DivClassName
{
background-color: #182290;
}
.BgClassName
{
background-color: #182290;
}
</style>
border-color css
<style>
span { border-color: #182290; }
span { border-color: rgb(24,34,144); }
td.TdClassName
{
border-color: #182290;
}
.TagClassName
{
border-color: #182290;
}
</style>