Shades of Persian Blue #192CEA
Tints of Persian Blue #192CEA
RGB
CMYK
RGB Variations
Color information
#192CEA (or 0x192CEA) is known color: Persian Blue. HEX triplet: 19, 2C and EA. RGB value is (25,44,234). Sum of RGB (Red+Green+Blue) = 25+44+234=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #192CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192CEA is #E6D315. Grayscale: #3B3B3B. Windows color (decimal): -15127318 or 15346713. OLE color: 15346713.
HSL color Cylindrical-coordinate representation of color #192CEA: hue angle of 234.55º 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 #192CEA is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 44 | 234 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.08 |
| HSL | 234.55º | 0.83% | 0.51% | - |
| HSV(B) | 234.55º | 0.89% | 0.92% | - |
| XYZ | 16.15 | 7.95 | 78.52 | - |
| YUV | 59.98 | 226.21 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 234 | 0.89 | 0.81 | 0 | 0.08 | 234.55 | 0.83 | 0.51 |
| Hex | 19 | 2C | EA | 59 | 51 | 0 | 8 | EB | 53 | 33 |
| Octal | 31 | 54 | 352 | 131 | 121 | 0 | 10 | 353 | 123 | 63 |
| Binary | 11001 | 101100 | 11101010 | 1011001 | 1010001 | 0 | 1000 | 11101011 | 1010011 | 110011 |
Color Harmonies of #192CEA
Complementary color
Monochromatic Colors of #192CEA
Black with #192CEA
Text Example
Text Example
White with #192CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CEA; }
p { color: rgb(25,44,234); }
H1.HeaderClassName
{
color: #192CEA;
}
.AnyTagClassName
{
color: #192CEA;
}
</style>
background-color css
<style>
a { background-color: #192CEA; }
a { background-color: rgb(25,44,234); }
div.DivClassName
{
background-color: #192CEA;
}
.BgClassName
{
background-color: #192CEA;
}
</style>
border-color css
<style>
span { border-color: #192CEA; }
span { border-color: rgb(25,44,234); }
td.TdClassName
{
border-color: #192CEA;
}
.TagClassName
{
border-color: #192CEA;
}
</style>