Shades of Ultramarine #132292
Tints of Ultramarine #132292
RGB
CMYK
RGB Variations
Color information
#132292 (or 0x132292) is known color: Ultramarine. HEX triplet: 13, 22 and 92. RGB value is (19,34,146). Sum of RGB (Red+Green+Blue) = 19+34+146=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #132292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132292 is #ECDD6D. Grayscale: #292929. Windows color (decimal): -15523182 or 9576979. OLE color: 9576979.
HSL color Cylindrical-coordinate representation of color #132292: hue angle of 232.91º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132292 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 34 | 146 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.43 |
| HSL | 232.91º | 0.77% | 0.32% | - |
| HSV(B) | 232.91º | 0.87% | 0.57% | - |
| XYZ | 6.03 | 3.36 | 27.52 | - |
| YUV | 42.28 | 186.53 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 146 | 0.87 | 0.77 | 0 | 0.43 | 232.91 | 0.77 | 0.32 |
| Hex | 13 | 22 | 92 | 57 | 4D | 0 | 2B | E9 | 4D | 20 |
| Octal | 23 | 42 | 222 | 127 | 115 | 0 | 53 | 351 | 115 | 40 |
| Binary | 10011 | 100010 | 10010010 | 1010111 | 1001101 | 0 | 101011 | 11101001 | 1001101 | 100000 |
Color Harmonies of #132292
Complementary color
Monochromatic Colors of #132292
Black with #132292
Text Example
Text Example
White with #132292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132292; }
p { color: rgb(19,34,146); }
H1.HeaderClassName
{
color: #132292;
}
.AnyTagClassName
{
color: #132292;
}
</style>
background-color css
<style>
a { background-color: #132292; }
a { background-color: rgb(19,34,146); }
div.DivClassName
{
background-color: #132292;
}
.BgClassName
{
background-color: #132292;
}
</style>
border-color css
<style>
span { border-color: #132292; }
span { border-color: rgb(19,34,146); }
td.TdClassName
{
border-color: #132292;
}
.TagClassName
{
border-color: #132292;
}
</style>