Shades of Persian Blue #192DEA
Tints of Persian Blue #192DEA
RGB
CMYK
RGB Variations
Color information
#192DEA (or 0x192DEA) is known color: Persian Blue. HEX triplet: 19, 2D and EA. RGB value is (25,45,234). Sum of RGB (Red+Green+Blue) = 25+45+234=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 234 (91.80% from 255 or 76.97% from 304); Max value from RGB is 234 - color contains mainly: blue. Hex color #192DEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192DEA is #E6D215. Grayscale: #3B3B3B. Windows color (decimal): -15127062 or 15346969. OLE color: 15346969.
HSL color Cylindrical-coordinate representation of color #192DEA: hue angle of 234.26º 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 #192DEA is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 45 | 234 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.08 |
| HSL | 234.26º | 0.83% | 0.51% | - |
| HSV(B) | 234.26º | 0.89% | 0.92% | - |
| XYZ | 16.19 | 8.02 | 78.54 | - |
| YUV | 60.57 | 225.87 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 234 | 0.89 | 0.81 | 0 | 0.08 | 234.26 | 0.83 | 0.51 |
| Hex | 19 | 2D | EA | 59 | 51 | 0 | 8 | EA | 53 | 33 |
| Octal | 31 | 55 | 352 | 131 | 121 | 0 | 10 | 352 | 123 | 63 |
| Binary | 11001 | 101101 | 11101010 | 1011001 | 1010001 | 0 | 1000 | 11101010 | 1010011 | 110011 |
Color Harmonies of #192DEA
Complementary color
Monochromatic Colors of #192DEA
Black with #192DEA
Text Example
Text Example
White with #192DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DEA; }
p { color: rgb(25,45,234); }
H1.HeaderClassName
{
color: #192DEA;
}
.AnyTagClassName
{
color: #192DEA;
}
</style>
background-color css
<style>
a { background-color: #192DEA; }
a { background-color: rgb(25,45,234); }
div.DivClassName
{
background-color: #192DEA;
}
.BgClassName
{
background-color: #192DEA;
}
</style>
border-color css
<style>
span { border-color: #192DEA; }
span { border-color: rgb(25,45,234); }
td.TdClassName
{
border-color: #192DEA;
}
.TagClassName
{
border-color: #192DEA;
}
</style>