Shades of Persian Blue #192EEC
Tints of Persian Blue #192EEC
RGB
CMYK
RGB Variations
Color information
#192EEC (or 0x192EEC) is known color: Persian Blue. HEX triplet: 19, 2E and EC. RGB value is (25,46,236). Sum of RGB (Red+Green+Blue) = 25+46+236=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 236 (92.58% from 255 or 76.87% from 307); Max value from RGB is 236 - color contains mainly: blue. Hex color #192EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192EEC is #E6D113. Grayscale: #3C3C3C. Windows color (decimal): -15126804 or 15478297. OLE color: 15478297.
HSL color Cylindrical-coordinate representation of color #192EEC: hue angle of 234.03º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192EEC is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 46 | 236 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.07 |
| HSL | 234.03º | 0.85% | 0.51% | - |
| HSV(B) | 234.03º | 0.89% | 0.93% | - |
| XYZ | 16.52 | 8.22 | 80.07 | - |
| YUV | 61.38 | 226.54 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 236 | 0.89 | 0.81 | 0 | 0.07 | 234.03 | 0.85 | 0.51 |
| Hex | 19 | 2E | EC | 59 | 51 | 0 | 7 | EA | 55 | 33 |
| Octal | 31 | 56 | 354 | 131 | 121 | 0 | 7 | 352 | 125 | 63 |
| Binary | 11001 | 101110 | 11101100 | 1011001 | 1010001 | 0 | 111 | 11101010 | 1010101 | 110011 |
Color Harmonies of #192EEC
Complementary color
Monochromatic Colors of #192EEC
Black with #192EEC
Text Example
Text Example
White with #192EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EEC; }
p { color: rgb(25,46,236); }
H1.HeaderClassName
{
color: #192EEC;
}
.AnyTagClassName
{
color: #192EEC;
}
</style>
background-color css
<style>
a { background-color: #192EEC; }
a { background-color: rgb(25,46,236); }
div.DivClassName
{
background-color: #192EEC;
}
.BgClassName
{
background-color: #192EEC;
}
</style>
border-color css
<style>
span { border-color: #192EEC; }
span { border-color: rgb(25,46,236); }
td.TdClassName
{
border-color: #192EEC;
}
.TagClassName
{
border-color: #192EEC;
}
</style>