Shades of Persian Blue #192EC0
Tints of Persian Blue #192EC0
RGB
CMYK
RGB Variations
Color information
#192EC0 (or 0x192EC0) is known color: Persian Blue. HEX triplet: 19, 2E and C0. RGB value is (25,46,192). Sum of RGB (Red+Green+Blue) = 25+46+192=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 192 (75.39% from 255 or 73.00% from 263); Max value from RGB is 192 - color contains mainly: blue. Hex color #192EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EC0 is #E6D13F. Grayscale: #373737. Windows color (decimal): -15126848 or 12594713. OLE color: 12594713.
HSL color Cylindrical-coordinate representation of color #192EC0: hue angle of 232.46º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #192EC0 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 46 | 192 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.25 |
| HSL | 232.46º | 0.77% | 0.43% | - |
| HSV(B) | 232.46º | 0.87% | 0.75% | - |
| XYZ | 10.89 | 5.97 | 50.45 | - |
| YUV | 56.37 | 204.54 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 192 | 0.87 | 0.76 | 0 | 0.25 | 232.46 | 0.77 | 0.43 |
| Hex | 19 | 2E | C0 | 57 | 4C | 0 | 19 | E8 | 4D | 2B |
| Octal | 31 | 56 | 300 | 127 | 114 | 0 | 31 | 350 | 115 | 53 |
| Binary | 11001 | 101110 | 11000000 | 1010111 | 1001100 | 0 | 11001 | 11101000 | 1001101 | 101011 |
Color Harmonies of #192EC0
Complementary color
Monochromatic Colors of #192EC0
Black with #192EC0
Text Example
Text Example
White with #192EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EC0; }
p { color: rgb(25,46,192); }
H1.HeaderClassName
{
color: #192EC0;
}
.AnyTagClassName
{
color: #192EC0;
}
</style>
background-color css
<style>
a { background-color: #192EC0; }
a { background-color: rgb(25,46,192); }
div.DivClassName
{
background-color: #192EC0;
}
.BgClassName
{
background-color: #192EC0;
}
</style>
border-color css
<style>
span { border-color: #192EC0; }
span { border-color: rgb(25,46,192); }
td.TdClassName
{
border-color: #192EC0;
}
.TagClassName
{
border-color: #192EC0;
}
</style>