Shades of Persian Blue #192BEA
Tints of Persian Blue #192BEA
RGB
CMYK
RGB Variations
Color information
#192BEA (or 0x192BEA) is known color: Persian Blue. HEX triplet: 19, 2B and EA. RGB value is (25,43,234). Sum of RGB (Red+Green+Blue) = 25+43+234=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #192BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192BEA is #E6D415. Grayscale: #3A3A3A. Windows color (decimal): -15127574 or 15346457. OLE color: 15346457.
HSL color Cylindrical-coordinate representation of color #192BEA: hue angle of 234.83º degrees, saturation: 0.83, 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 #192BEA is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 43 | 234 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.08 |
| HSL | 234.83º | 0.83% | 0.51% | - |
| HSV(B) | 234.83º | 0.89% | 0.92% | - |
| XYZ | 16.12 | 7.87 | 78.51 | - |
| YUV | 59.39 | 226.54 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 234 | 0.89 | 0.82 | 0 | 0.08 | 234.83 | 0.83 | 0.51 |
| Hex | 19 | 2B | EA | 59 | 52 | 0 | 8 | EB | 53 | 33 |
| Octal | 31 | 53 | 352 | 131 | 122 | 0 | 10 | 353 | 123 | 63 |
| Binary | 11001 | 101011 | 11101010 | 1011001 | 1010010 | 0 | 1000 | 11101011 | 1010011 | 110011 |
Color Harmonies of #192BEA
Complementary color
Monochromatic Colors of #192BEA
Black with #192BEA
Text Example
Text Example
White with #192BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BEA; }
p { color: rgb(25,43,234); }
H1.HeaderClassName
{
color: #192BEA;
}
.AnyTagClassName
{
color: #192BEA;
}
</style>
background-color css
<style>
a { background-color: #192BEA; }
a { background-color: rgb(25,43,234); }
div.DivClassName
{
background-color: #192BEA;
}
.BgClassName
{
background-color: #192BEA;
}
</style>
border-color css
<style>
span { border-color: #192BEA; }
span { border-color: rgb(25,43,234); }
td.TdClassName
{
border-color: #192BEA;
}
.TagClassName
{
border-color: #192BEA;
}
</style>