Shades of Persian Blue #192CE4
Tints of Persian Blue #192CE4
RGB
CMYK
RGB Variations
Color information
#192CE4 (or 0x192CE4) is known color: Persian Blue. HEX triplet: 19, 2C and E4. RGB value is (25,44,228). Sum of RGB (Red+Green+Blue) = 25+44+228=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 228 (89.45% from 255 or 76.77% from 297); Max value from RGB is 228 - color contains mainly: blue. Hex color #192CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192CE4 is #E6D31B. Grayscale: #3A3A3A. Windows color (decimal): -15127324 or 14953497. OLE color: 14953497.
HSL color Cylindrical-coordinate representation of color #192CE4: hue angle of 234.38º 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 #192CE4 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 44 | 228 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.11 |
| HSL | 234.38º | 0.8% | 0.5% | - |
| HSV(B) | 234.38º | 0.89% | 0.89% | - |
| XYZ | 15.31 | 7.61 | 74.06 | - |
| YUV | 59.3 | 223.21 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 228 | 0.89 | 0.81 | 0 | 0.11 | 234.38 | 0.8 | 0.5 |
| Hex | 19 | 2C | E4 | 59 | 51 | 0 | B | EA | 50 | 32 |
| Octal | 31 | 54 | 344 | 131 | 121 | 0 | 13 | 352 | 120 | 62 |
| Binary | 11001 | 101100 | 11100100 | 1011001 | 1010001 | 0 | 1011 | 11101010 | 1010000 | 110010 |
Color Harmonies of #192CE4
Complementary color
Monochromatic Colors of #192CE4
Black with #192CE4
Text Example
Text Example
White with #192CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CE4; }
p { color: rgb(25,44,228); }
H1.HeaderClassName
{
color: #192CE4;
}
.AnyTagClassName
{
color: #192CE4;
}
</style>
background-color css
<style>
a { background-color: #192CE4; }
a { background-color: rgb(25,44,228); }
div.DivClassName
{
background-color: #192CE4;
}
.BgClassName
{
background-color: #192CE4;
}
</style>
border-color css
<style>
span { border-color: #192CE4; }
span { border-color: rgb(25,44,228); }
td.TdClassName
{
border-color: #192CE4;
}
.TagClassName
{
border-color: #192CE4;
}
</style>