Shades of Ultramarine #132091
Tints of Ultramarine #132091
RGB
CMYK
RGB Variations
Color information
#132091 (or 0x132091) is known color: Ultramarine. HEX triplet: 13, 20 and 91. RGB value is (19,32,145). Sum of RGB (Red+Green+Blue) = 19+32+145=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #132091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132091 is #ECDF6E. Grayscale: #282828. Windows color (decimal): -15523695 or 9510931. OLE color: 9510931.
HSL color Cylindrical-coordinate representation of color #132091: hue angle of 233.81º 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 #132091 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 32 | 145 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.43 |
| HSL | 233.81º | 0.77% | 0.32% | - |
| HSV(B) | 233.81º | 0.87% | 0.57% | - |
| XYZ | 5.9 | 3.22 | 27.1 | - |
| YUV | 41 | 186.69 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 145 | 0.87 | 0.78 | 0 | 0.43 | 233.81 | 0.77 | 0.32 |
| Hex | 13 | 20 | 91 | 57 | 4E | 0 | 2B | EA | 4D | 20 |
| Octal | 23 | 40 | 221 | 127 | 116 | 0 | 53 | 352 | 115 | 40 |
| Binary | 10011 | 100000 | 10010001 | 1010111 | 1001110 | 0 | 101011 | 11101010 | 1001101 | 100000 |
Color Harmonies of #132091
Complementary color
Monochromatic Colors of #132091
Black with #132091
Text Example
Text Example
White with #132091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132091; }
p { color: rgb(19,32,145); }
H1.HeaderClassName
{
color: #132091;
}
.AnyTagClassName
{
color: #132091;
}
</style>
background-color css
<style>
a { background-color: #132091; }
a { background-color: rgb(19,32,145); }
div.DivClassName
{
background-color: #132091;
}
.BgClassName
{
background-color: #132091;
}
</style>
border-color css
<style>
span { border-color: #132091; }
span { border-color: rgb(19,32,145); }
td.TdClassName
{
border-color: #132091;
}
.TagClassName
{
border-color: #132091;
}
</style>