Shades of Ultramarine #132192
Tints of Ultramarine #132192
RGB
CMYK
RGB Variations
Color information
#132192 (or 0x132192) is known color: Ultramarine. HEX triplet: 13, 21 and 92. RGB value is (19,33,146). Sum of RGB (Red+Green+Blue) = 19+33+146=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #132192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132192 is #ECDE6D. Grayscale: #292929. Windows color (decimal): -15523438 or 9576723. OLE color: 9576723.
HSL color Cylindrical-coordinate representation of color #132192: hue angle of 233.39º 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 #132192 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 33 | 146 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.43 |
| HSL | 233.39º | 0.77% | 0.32% | - |
| HSV(B) | 233.39º | 0.87% | 0.57% | - |
| XYZ | 6 | 3.3 | 27.52 | - |
| YUV | 41.7 | 186.86 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 146 | 0.87 | 0.77 | 0 | 0.43 | 233.39 | 0.77 | 0.32 |
| Hex | 13 | 21 | 92 | 57 | 4D | 0 | 2B | E9 | 4D | 20 |
| Octal | 23 | 41 | 222 | 127 | 115 | 0 | 53 | 351 | 115 | 40 |
| Binary | 10011 | 100001 | 10010010 | 1010111 | 1001101 | 0 | 101011 | 11101001 | 1001101 | 100000 |
Color Harmonies of #132192
Complementary color
Monochromatic Colors of #132192
Black with #132192
Text Example
Text Example
White with #132192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132192; }
p { color: rgb(19,33,146); }
H1.HeaderClassName
{
color: #132192;
}
.AnyTagClassName
{
color: #132192;
}
</style>
background-color css
<style>
a { background-color: #132192; }
a { background-color: rgb(19,33,146); }
div.DivClassName
{
background-color: #132192;
}
.BgClassName
{
background-color: #132192;
}
</style>
border-color css
<style>
span { border-color: #132192; }
span { border-color: rgb(19,33,146); }
td.TdClassName
{
border-color: #132192;
}
.TagClassName
{
border-color: #132192;
}
</style>