Shades of Ultramarine #182194
Tints of Ultramarine #182194
RGB
CMYK
RGB Variations
Color information
#182194 (or 0x182194) is known color: Ultramarine. HEX triplet: 18, 21 and 94. RGB value is (24,33,148). Sum of RGB (Red+Green+Blue) = 24+33+148=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #182194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182194 is #E7DE6B. Grayscale: #2A2A2A. Windows color (decimal): -15195756 or 9707800. OLE color: 9707800.
HSL color Cylindrical-coordinate representation of color #182194: hue angle of 235.65º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182194 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 33 | 148 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.42 |
| HSL | 235.65º | 0.72% | 0.34% | - |
| HSV(B) | 235.65º | 0.84% | 0.58% | - |
| XYZ | 6.27 | 3.42 | 28.35 | - |
| YUV | 43.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 148 | 0.84 | 0.78 | 0 | 0.42 | 235.65 | 0.72 | 0.34 |
| Hex | 18 | 21 | 94 | 54 | 4E | 0 | 2A | EC | 48 | 22 |
| Octal | 30 | 41 | 224 | 124 | 116 | 0 | 52 | 354 | 110 | 42 |
| Binary | 11000 | 100001 | 10010100 | 1010100 | 1001110 | 0 | 101010 | 11101100 | 1001000 | 100010 |
Color Harmonies of #182194
Complementary color
Monochromatic Colors of #182194
Black with #182194
Text Example
Text Example
White with #182194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182194; }
p { color: rgb(24,33,148); }
H1.HeaderClassName
{
color: #182194;
}
.AnyTagClassName
{
color: #182194;
}
</style>
background-color css
<style>
a { background-color: #182194; }
a { background-color: rgb(24,33,148); }
div.DivClassName
{
background-color: #182194;
}
.BgClassName
{
background-color: #182194;
}
</style>
border-color css
<style>
span { border-color: #182194; }
span { border-color: rgb(24,33,148); }
td.TdClassName
{
border-color: #182194;
}
.TagClassName
{
border-color: #182194;
}
</style>