Shades of Persian Blue #192EEA
Tints of Persian Blue #192EEA
RGB
CMYK
RGB Variations
Color information
#192EEA (or 0x192EEA) is known color: Persian Blue. HEX triplet: 19, 2E and EA. RGB value is (25,46,234). Sum of RGB (Red+Green+Blue) = 25+46+234=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 234 (91.80% from 255 or 76.72% from 305); Max value from RGB is 234 - color contains mainly: blue. Hex color #192EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192EEA is #E6D115. Grayscale: #3C3C3C. Windows color (decimal): -15126806 or 15347225. OLE color: 15347225.
HSL color Cylindrical-coordinate representation of color #192EEA: hue angle of 233.97º 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 #192EEA is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 46 | 234 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.08 |
| HSL | 233.97º | 0.83% | 0.51% | - |
| HSV(B) | 233.97º | 0.89% | 0.92% | - |
| XYZ | 16.23 | 8.1 | 78.55 | - |
| YUV | 61.15 | 225.54 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 234 | 0.89 | 0.80 | 0 | 0.08 | 233.97 | 0.83 | 0.51 |
| Hex | 19 | 2E | EA | 59 | 50 | 0 | 8 | EA | 53 | 33 |
| Octal | 31 | 56 | 352 | 131 | 120 | 0 | 10 | 352 | 123 | 63 |
| Binary | 11001 | 101110 | 11101010 | 1011001 | 1010000 | 0 | 1000 | 11101010 | 1010011 | 110011 |
Color Harmonies of #192EEA
Complementary color
Monochromatic Colors of #192EEA
Black with #192EEA
Text Example
Text Example
White with #192EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EEA; }
p { color: rgb(25,46,234); }
H1.HeaderClassName
{
color: #192EEA;
}
.AnyTagClassName
{
color: #192EEA;
}
</style>
background-color css
<style>
a { background-color: #192EEA; }
a { background-color: rgb(25,46,234); }
div.DivClassName
{
background-color: #192EEA;
}
.BgClassName
{
background-color: #192EEA;
}
</style>
border-color css
<style>
span { border-color: #192EEA; }
span { border-color: rgb(25,46,234); }
td.TdClassName
{
border-color: #192EEA;
}
.TagClassName
{
border-color: #192EEA;
}
</style>