Shades of Ultramarine #192291
Tints of Ultramarine #192291
RGB
CMYK
RGB Variations
Color information
#192291 (or 0x192291) is known color: Ultramarine. HEX triplet: 19, 22 and 91. RGB value is (25,34,145). Sum of RGB (Red+Green+Blue) = 25+34+145=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #192291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192291 is #E6DD6E. Grayscale: #2B2B2B. Windows color (decimal): -15129967 or 9511449. OLE color: 9511449.
HSL color Cylindrical-coordinate representation of color #192291: hue angle of 235.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #192291 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 34 | 145 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.43 |
| HSL | 235.5º | 0.71% | 0.33% | - |
| HSV(B) | 235.5º | 0.83% | 0.57% | - |
| XYZ | 6.08 | 3.4 | 27.12 | - |
| YUV | 43.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 145 | 0.83 | 0.77 | 0 | 0.43 | 235.5 | 0.71 | 0.33 |
| Hex | 19 | 22 | 91 | 53 | 4D | 0 | 2B | EC | 47 | 21 |
| Octal | 31 | 42 | 221 | 123 | 115 | 0 | 53 | 354 | 107 | 41 |
| Binary | 11001 | 100010 | 10010001 | 1010011 | 1001101 | 0 | 101011 | 11101100 | 1000111 | 100001 |
Color Harmonies of #192291
Complementary color
Monochromatic Colors of #192291
Black with #192291
Text Example
Text Example
White with #192291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192291; }
p { color: rgb(25,34,145); }
H1.HeaderClassName
{
color: #192291;
}
.AnyTagClassName
{
color: #192291;
}
</style>
background-color css
<style>
a { background-color: #192291; }
a { background-color: rgb(25,34,145); }
div.DivClassName
{
background-color: #192291;
}
.BgClassName
{
background-color: #192291;
}
</style>
border-color css
<style>
span { border-color: #192291; }
span { border-color: rgb(25,34,145); }
td.TdClassName
{
border-color: #192291;
}
.TagClassName
{
border-color: #192291;
}
</style>