Shades of Ultramarine #132092
Tints of Ultramarine #132092
RGB
CMYK
RGB Variations
Color information
#132092 (or 0x132092) is known color: Ultramarine. HEX triplet: 13, 20 and 92. RGB value is (19,32,146). Sum of RGB (Red+Green+Blue) = 19+32+146=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #132092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132092 is #ECDF6D. Grayscale: #282828. Windows color (decimal): -15523694 or 9576467. OLE color: 9576467.
HSL color Cylindrical-coordinate representation of color #132092: hue angle of 233.86º 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 #132092 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 32 | 146 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.43 |
| HSL | 233.86º | 0.77% | 0.32% | - |
| HSV(B) | 233.86º | 0.87% | 0.57% | - |
| XYZ | 5.97 | 3.25 | 27.51 | - |
| YUV | 41.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 146 | 0.87 | 0.78 | 0 | 0.43 | 233.86 | 0.77 | 0.32 |
| Hex | 13 | 20 | 92 | 57 | 4E | 0 | 2B | EA | 4D | 20 |
| Octal | 23 | 40 | 222 | 127 | 116 | 0 | 53 | 352 | 115 | 40 |
| Binary | 10011 | 100000 | 10010010 | 1010111 | 1001110 | 0 | 101011 | 11101010 | 1001101 | 100000 |
Color Harmonies of #132092
Complementary color
Monochromatic Colors of #132092
Black with #132092
Text Example
Text Example
White with #132092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132092; }
p { color: rgb(19,32,146); }
H1.HeaderClassName
{
color: #132092;
}
.AnyTagClassName
{
color: #132092;
}
</style>
background-color css
<style>
a { background-color: #132092; }
a { background-color: rgb(19,32,146); }
div.DivClassName
{
background-color: #132092;
}
.BgClassName
{
background-color: #132092;
}
</style>
border-color css
<style>
span { border-color: #132092; }
span { border-color: rgb(19,32,146); }
td.TdClassName
{
border-color: #132092;
}
.TagClassName
{
border-color: #132092;
}
</style>