Shades of Persian Blue #192AE6
Tints of Persian Blue #192AE6
RGB
CMYK
RGB Variations
Color information
#192AE6 (or 0x192AE6) is known color: Persian Blue. HEX triplet: 19, 2A and E6. RGB value is (25,42,230). Sum of RGB (Red+Green+Blue) = 25+42+230=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 230 (90.23% from 255 or 77.44% from 297); Max value from RGB is 230 - color contains mainly: blue. Hex color #192AE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192AE6 is #E6D519. Grayscale: #393939. Windows color (decimal): -15127834 or 15084057. OLE color: 15084057.
HSL color Cylindrical-coordinate representation of color #192AE6: hue angle of 235.02º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192AE6 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 42 | 230 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.10 |
| HSL | 235.02º | 0.8% | 0.5% | - |
| HSV(B) | 235.02º | 0.89% | 0.9% | - |
| XYZ | 15.51 | 7.58 | 75.51 | - |
| YUV | 58.35 | 224.87 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 230 | 0.89 | 0.82 | 0 | 0.10 | 235.02 | 0.8 | 0.5 |
| Hex | 19 | 2A | E6 | 59 | 52 | 0 | A | EB | 50 | 32 |
| Octal | 31 | 52 | 346 | 131 | 122 | 0 | 12 | 353 | 120 | 62 |
| Binary | 11001 | 101010 | 11100110 | 1011001 | 1010010 | 0 | 1010 | 11101011 | 1010000 | 110010 |
Color Harmonies of #192AE6
Complementary color
Monochromatic Colors of #192AE6
Black with #192AE6
Text Example
Text Example
White with #192AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192AE6; }
p { color: rgb(25,42,230); }
H1.HeaderClassName
{
color: #192AE6;
}
.AnyTagClassName
{
color: #192AE6;
}
</style>
background-color css
<style>
a { background-color: #192AE6; }
a { background-color: rgb(25,42,230); }
div.DivClassName
{
background-color: #192AE6;
}
.BgClassName
{
background-color: #192AE6;
}
</style>
border-color css
<style>
span { border-color: #192AE6; }
span { border-color: rgb(25,42,230); }
td.TdClassName
{
border-color: #192AE6;
}
.TagClassName
{
border-color: #192AE6;
}
</style>