Shades of Persian Blue #192EB5
Tints of Persian Blue #192EB5
RGB
CMYK
RGB Variations
Color information
#192EB5 (or 0x192EB5) is known color: Persian Blue. HEX triplet: 19, 2E and B5. RGB value is (25,46,181). Sum of RGB (Red+Green+Blue) = 25+46+181=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 181 (71.09% from 255 or 71.83% from 252); Max value from RGB is 181 - color contains mainly: blue. Hex color #192EB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EB5 is #E6D14A. Grayscale: #363636. Windows color (decimal): -15126859 or 11873817. OLE color: 11873817.
HSL color Cylindrical-coordinate representation of color #192EB5: hue angle of 231.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192EB5 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 46 | 181 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.29 |
| HSL | 231.92º | 0.76% | 0.4% | - |
| HSV(B) | 231.92º | 0.86% | 0.71% | - |
| XYZ | 9.72 | 5.5 | 44.26 | - |
| YUV | 55.11 | 199.04 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 181 | 0.86 | 0.75 | 0 | 0.29 | 231.92 | 0.76 | 0.4 |
| Hex | 19 | 2E | B5 | 56 | 4B | 0 | 1D | E8 | 4C | 28 |
| Octal | 31 | 56 | 265 | 126 | 113 | 0 | 35 | 350 | 114 | 50 |
| Binary | 11001 | 101110 | 10110101 | 1010110 | 1001011 | 0 | 11101 | 11101000 | 1001100 | 101000 |
Color Harmonies of #192EB5
Complementary color
Monochromatic Colors of #192EB5
Black with #192EB5
Text Example
Text Example
White with #192EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EB5; }
p { color: rgb(25,46,181); }
H1.HeaderClassName
{
color: #192EB5;
}
.AnyTagClassName
{
color: #192EB5;
}
</style>
background-color css
<style>
a { background-color: #192EB5; }
a { background-color: rgb(25,46,181); }
div.DivClassName
{
background-color: #192EB5;
}
.BgClassName
{
background-color: #192EB5;
}
</style>
border-color css
<style>
span { border-color: #192EB5; }
span { border-color: rgb(25,46,181); }
td.TdClassName
{
border-color: #192EB5;
}
.TagClassName
{
border-color: #192EB5;
}
</style>