Shades of Ultramarine #182092
Tints of Ultramarine #182092
RGB
CMYK
RGB Variations
Color information
#182092 (or 0x182092) is known color: Ultramarine. HEX triplet: 18, 20 and 92. RGB value is (24,32,146). Sum of RGB (Red+Green+Blue) = 24+32+146=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #182092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182092 is #E7DF6D. Grayscale: #2A2A2A. Windows color (decimal): -15196014 or 9576472. OLE color: 9576472.
HSL color Cylindrical-coordinate representation of color #182092: hue angle of 236.07º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182092 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 32 | 146 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.43 |
| HSL | 236.07º | 0.72% | 0.33% | - |
| HSV(B) | 236.07º | 0.84% | 0.57% | - |
| XYZ | 6.08 | 3.3 | 27.51 | - |
| YUV | 42.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 146 | 0.84 | 0.78 | 0 | 0.43 | 236.07 | 0.72 | 0.33 |
| Hex | 18 | 20 | 92 | 54 | 4E | 0 | 2B | EC | 48 | 21 |
| Octal | 30 | 40 | 222 | 124 | 116 | 0 | 53 | 354 | 110 | 41 |
| Binary | 11000 | 100000 | 10010010 | 1010100 | 1001110 | 0 | 101011 | 11101100 | 1001000 | 100001 |
Color Harmonies of #182092
Complementary color
Monochromatic Colors of #182092
Black with #182092
Text Example
Text Example
White with #182092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182092; }
p { color: rgb(24,32,146); }
H1.HeaderClassName
{
color: #182092;
}
.AnyTagClassName
{
color: #182092;
}
</style>
background-color css
<style>
a { background-color: #182092; }
a { background-color: rgb(24,32,146); }
div.DivClassName
{
background-color: #182092;
}
.BgClassName
{
background-color: #182092;
}
</style>
border-color css
<style>
span { border-color: #182092; }
span { border-color: rgb(24,32,146); }
td.TdClassName
{
border-color: #182092;
}
.TagClassName
{
border-color: #182092;
}
</style>