Shades of Persian Blue #192EB1
Tints of Persian Blue #192EB1
RGB
CMYK
RGB Variations
Color information
#192EB1 (or 0x192EB1) is known color: Persian Blue. HEX triplet: 19, 2E and B1. RGB value is (25,46,177). Sum of RGB (Red+Green+Blue) = 25+46+177=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 177 (69.53% from 255 or 71.37% from 248); Max value from RGB is 177 - color contains mainly: blue. Hex color #192EB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192EB1 is #E6D14E. Grayscale: #363636. Windows color (decimal): -15126863 or 11611673. OLE color: 11611673.
HSL color Cylindrical-coordinate representation of color #192EB1: hue angle of 231.71º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192EB1 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 46 | 177 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.31 |
| HSL | 231.71º | 0.75% | 0.4% | - |
| HSV(B) | 231.71º | 0.86% | 0.69% | - |
| XYZ | 9.31 | 5.33 | 42.13 | - |
| YUV | 54.66 | 197.04 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 177 | 0.86 | 0.74 | 0 | 0.31 | 231.71 | 0.75 | 0.4 |
| Hex | 19 | 2E | B1 | 56 | 4A | 0 | 1F | E8 | 4B | 28 |
| Octal | 31 | 56 | 261 | 126 | 112 | 0 | 37 | 350 | 113 | 50 |
| Binary | 11001 | 101110 | 10110001 | 1010110 | 1001010 | 0 | 11111 | 11101000 | 1001011 | 101000 |
Color Harmonies of #192EB1
Complementary color
Monochromatic Colors of #192EB1
Black with #192EB1
Text Example
Text Example
White with #192EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EB1; }
p { color: rgb(25,46,177); }
H1.HeaderClassName
{
color: #192EB1;
}
.AnyTagClassName
{
color: #192EB1;
}
</style>
background-color css
<style>
a { background-color: #192EB1; }
a { background-color: rgb(25,46,177); }
div.DivClassName
{
background-color: #192EB1;
}
.BgClassName
{
background-color: #192EB1;
}
</style>
border-color css
<style>
span { border-color: #192EB1; }
span { border-color: rgb(25,46,177); }
td.TdClassName
{
border-color: #192EB1;
}
.TagClassName
{
border-color: #192EB1;
}
</style>