Shades of Persian Blue #192BEB
Tints of Persian Blue #192BEB
RGB
CMYK
RGB Variations
Color information
#192BEB (or 0x192BEB) is known color: Persian Blue. HEX triplet: 19, 2B and EB. RGB value is (25,43,235). Sum of RGB (Red+Green+Blue) = 25+43+235=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #192BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192BEB is #E6D414. Grayscale: #3A3A3A. Windows color (decimal): -15127573 or 15411993. OLE color: 15411993.
HSL color Cylindrical-coordinate representation of color #192BEB: hue angle of 234.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192BEB is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 43 | 235 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.08 |
| HSL | 234.86º | 0.84% | 0.51% | - |
| HSV(B) | 234.86º | 0.89% | 0.92% | - |
| XYZ | 16.26 | 7.93 | 79.27 | - |
| YUV | 59.51 | 227.04 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 235 | 0.89 | 0.82 | 0 | 0.08 | 234.86 | 0.84 | 0.51 |
| Hex | 19 | 2B | EB | 59 | 52 | 0 | 8 | EB | 54 | 33 |
| Octal | 31 | 53 | 353 | 131 | 122 | 0 | 10 | 353 | 124 | 63 |
| Binary | 11001 | 101011 | 11101011 | 1011001 | 1010010 | 0 | 1000 | 11101011 | 1010100 | 110011 |
Color Harmonies of #192BEB
Complementary color
Monochromatic Colors of #192BEB
Black with #192BEB
Text Example
Text Example
White with #192BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BEB; }
p { color: rgb(25,43,235); }
H1.HeaderClassName
{
color: #192BEB;
}
.AnyTagClassName
{
color: #192BEB;
}
</style>
background-color css
<style>
a { background-color: #192BEB; }
a { background-color: rgb(25,43,235); }
div.DivClassName
{
background-color: #192BEB;
}
.BgClassName
{
background-color: #192BEB;
}
</style>
border-color css
<style>
span { border-color: #192BEB; }
span { border-color: rgb(25,43,235); }
td.TdClassName
{
border-color: #192BEB;
}
.TagClassName
{
border-color: #192BEB;
}
</style>