Shades of Persian Blue #192BE9
Tints of Persian Blue #192BE9
RGB
CMYK
RGB Variations
Color information
#192BE9 (or 0x192BE9) is known color: Persian Blue. HEX triplet: 19, 2B and E9. RGB value is (25,43,233). Sum of RGB (Red+Green+Blue) = 25+43+233=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 233 (91.41% from 255 or 77.41% from 301); Max value from RGB is 233 - color contains mainly: blue. Hex color #192BE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192BE9 is #E6D416. Grayscale: #3A3A3A. Windows color (decimal): -15127575 or 15280921. OLE color: 15280921.
HSL color Cylindrical-coordinate representation of color #192BE9: hue angle of 234.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192BE9 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 43 | 233 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.09 |
| HSL | 234.81º | 0.83% | 0.51% | - |
| HSV(B) | 234.81º | 0.89% | 0.91% | - |
| XYZ | 15.97 | 7.82 | 77.76 | - |
| YUV | 59.28 | 226.04 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 233 | 0.89 | 0.82 | 0 | 0.09 | 234.81 | 0.83 | 0.51 |
| Hex | 19 | 2B | E9 | 59 | 52 | 0 | 9 | EB | 53 | 33 |
| Octal | 31 | 53 | 351 | 131 | 122 | 0 | 11 | 353 | 123 | 63 |
| Binary | 11001 | 101011 | 11101001 | 1011001 | 1010010 | 0 | 1001 | 11101011 | 1010011 | 110011 |
Color Harmonies of #192BE9
Complementary color
Monochromatic Colors of #192BE9
Black with #192BE9
Text Example
Text Example
White with #192BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BE9; }
p { color: rgb(25,43,233); }
H1.HeaderClassName
{
color: #192BE9;
}
.AnyTagClassName
{
color: #192BE9;
}
</style>
background-color css
<style>
a { background-color: #192BE9; }
a { background-color: rgb(25,43,233); }
div.DivClassName
{
background-color: #192BE9;
}
.BgClassName
{
background-color: #192BE9;
}
</style>
border-color css
<style>
span { border-color: #192BE9; }
span { border-color: rgb(25,43,233); }
td.TdClassName
{
border-color: #192BE9;
}
.TagClassName
{
border-color: #192BE9;
}
</style>