Shades of Persian Blue #192BE4
Tints of Persian Blue #192BE4
RGB
CMYK
RGB Variations
Color information
#192BE4 (or 0x192BE4) is known color: Persian Blue. HEX triplet: 19, 2B and E4. RGB value is (25,43,228). Sum of RGB (Red+Green+Blue) = 25+43+228=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 228 (89.45% from 255 or 77.03% from 296); Max value from RGB is 228 - color contains mainly: blue. Hex color #192BE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BE4 is #E6D41B. Grayscale: #393939. Windows color (decimal): -15127580 or 14953241. OLE color: 14953241.
HSL color Cylindrical-coordinate representation of color #192BE4: hue angle of 234.68º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192BE4 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 43 | 228 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.11 |
| HSL | 234.68º | 0.8% | 0.5% | - |
| HSV(B) | 234.68º | 0.89% | 0.89% | - |
| XYZ | 15.27 | 7.54 | 74.05 | - |
| YUV | 58.71 | 223.54 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 228 | 0.89 | 0.81 | 0 | 0.11 | 234.68 | 0.8 | 0.5 |
| Hex | 19 | 2B | E4 | 59 | 51 | 0 | B | EB | 50 | 32 |
| Octal | 31 | 53 | 344 | 131 | 121 | 0 | 13 | 353 | 120 | 62 |
| Binary | 11001 | 101011 | 11100100 | 1011001 | 1010001 | 0 | 1011 | 11101011 | 1010000 | 110010 |
Color Harmonies of #192BE4
Complementary color
Monochromatic Colors of #192BE4
Black with #192BE4
Text Example
Text Example
White with #192BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BE4; }
p { color: rgb(25,43,228); }
H1.HeaderClassName
{
color: #192BE4;
}
.AnyTagClassName
{
color: #192BE4;
}
</style>
background-color css
<style>
a { background-color: #192BE4; }
a { background-color: rgb(25,43,228); }
div.DivClassName
{
background-color: #192BE4;
}
.BgClassName
{
background-color: #192BE4;
}
</style>
border-color css
<style>
span { border-color: #192BE4; }
span { border-color: rgb(25,43,228); }
td.TdClassName
{
border-color: #192BE4;
}
.TagClassName
{
border-color: #192BE4;
}
</style>