Shades of Ultramarine #192192
Tints of Ultramarine #192192
RGB
CMYK
RGB Variations
Color information
#192192 (or 0x192192) is known color: Ultramarine. HEX triplet: 19, 21 and 92. RGB value is (25,33,146). Sum of RGB (Red+Green+Blue) = 25+33+146=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #192192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192192 is #E6DE6D. Grayscale: #2B2B2B. Windows color (decimal): -15130222 or 9576729. OLE color: 9576729.
HSL color Cylindrical-coordinate representation of color #192192: hue angle of 236.03º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192192 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 33 | 146 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.43 |
| HSL | 236.03º | 0.71% | 0.34% | - |
| HSV(B) | 236.03º | 0.83% | 0.57% | - |
| XYZ | 6.13 | 3.37 | 27.52 | - |
| YUV | 43.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 146 | 0.83 | 0.77 | 0 | 0.43 | 236.03 | 0.71 | 0.34 |
| Hex | 19 | 21 | 92 | 53 | 4D | 0 | 2B | EC | 47 | 22 |
| Octal | 31 | 41 | 222 | 123 | 115 | 0 | 53 | 354 | 107 | 42 |
| Binary | 11001 | 100001 | 10010010 | 1010011 | 1001101 | 0 | 101011 | 11101100 | 1000111 | 100010 |
Color Harmonies of #192192
Complementary color
Monochromatic Colors of #192192
Black with #192192
Text Example
Text Example
White with #192192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192192; }
p { color: rgb(25,33,146); }
H1.HeaderClassName
{
color: #192192;
}
.AnyTagClassName
{
color: #192192;
}
</style>
background-color css
<style>
a { background-color: #192192; }
a { background-color: rgb(25,33,146); }
div.DivClassName
{
background-color: #192192;
}
.BgClassName
{
background-color: #192192;
}
</style>
border-color css
<style>
span { border-color: #192192; }
span { border-color: rgb(25,33,146); }
td.TdClassName
{
border-color: #192192;
}
.TagClassName
{
border-color: #192192;
}
</style>