Shades of Ultramarine #121492
Tints of Ultramarine #121492
RGB
CMYK
RGB Variations
Color information
#121492 (or 0x121492) is known color: Ultramarine. HEX triplet: 12, 14 and 92. RGB value is (18,20,146). Sum of RGB (Red+Green+Blue) = 18+20+146=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #121492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121492 is #EDEB6D. Grayscale: #212121. Windows color (decimal): -15592302 or 9573394. OLE color: 9573394.
HSL color Cylindrical-coordinate representation of color #121492: hue angle of 239.06º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121492 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 20 | 146 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.43 |
| HSL | 239.06º | 0.78% | 0.32% | - |
| HSV(B) | 239.06º | 0.88% | 0.57% | - |
| XYZ | 5.69 | 2.7 | 27.42 | - |
| YUV | 33.77 | 191.34 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 146 | 0.88 | 0.86 | 0 | 0.43 | 239.06 | 0.78 | 0.32 |
| Hex | 12 | 14 | 92 | 58 | 56 | 0 | 2B | EF | 4E | 20 |
| Octal | 22 | 24 | 222 | 130 | 126 | 0 | 53 | 357 | 116 | 40 |
| Binary | 10010 | 10100 | 10010010 | 1011000 | 1010110 | 0 | 101011 | 11101111 | 1001110 | 100000 |
Color Harmonies of #121492
Complementary color
Monochromatic Colors of #121492
Black with #121492
Text Example
Text Example
White with #121492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121492; }
p { color: rgb(18,20,146); }
H1.HeaderClassName
{
color: #121492;
}
.AnyTagClassName
{
color: #121492;
}
</style>
background-color css
<style>
a { background-color: #121492; }
a { background-color: rgb(18,20,146); }
div.DivClassName
{
background-color: #121492;
}
.BgClassName
{
background-color: #121492;
}
</style>
border-color css
<style>
span { border-color: #121492; }
span { border-color: rgb(18,20,146); }
td.TdClassName
{
border-color: #121492;
}
.TagClassName
{
border-color: #121492;
}
</style>