Shades of Persian Blue #192ECA
Tints of Persian Blue #192ECA
RGB
CMYK
RGB Variations
Color information
#192ECA (or 0x192ECA) is known color: Persian Blue. HEX triplet: 19, 2E and CA. RGB value is (25,46,202). Sum of RGB (Red+Green+Blue) = 25+46+202=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #192ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ECA is #E6D135. Grayscale: #383838. Windows color (decimal): -15126838 or 13250073. OLE color: 13250073.
HSL color Cylindrical-coordinate representation of color #192ECA: hue angle of 232.88º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192ECA is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 46 | 202 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.21 |
| HSL | 232.88º | 0.78% | 0.45% | - |
| HSV(B) | 232.88º | 0.88% | 0.79% | - |
| XYZ | 12.04 | 6.42 | 56.48 | - |
| YUV | 57.51 | 209.54 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 202 | 0.88 | 0.77 | 0 | 0.21 | 232.88 | 0.78 | 0.45 |
| Hex | 19 | 2E | CA | 58 | 4D | 0 | 15 | E9 | 4E | 2D |
| Octal | 31 | 56 | 312 | 130 | 115 | 0 | 25 | 351 | 116 | 55 |
| Binary | 11001 | 101110 | 11001010 | 1011000 | 1001101 | 0 | 10101 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192ECA
Complementary color
Monochromatic Colors of #192ECA
Black with #192ECA
Text Example
Text Example
White with #192ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192ECA; }
p { color: rgb(25,46,202); }
H1.HeaderClassName
{
color: #192ECA;
}
.AnyTagClassName
{
color: #192ECA;
}
</style>
background-color css
<style>
a { background-color: #192ECA; }
a { background-color: rgb(25,46,202); }
div.DivClassName
{
background-color: #192ECA;
}
.BgClassName
{
background-color: #192ECA;
}
</style>
border-color css
<style>
span { border-color: #192ECA; }
span { border-color: rgb(25,46,202); }
td.TdClassName
{
border-color: #192ECA;
}
.TagClassName
{
border-color: #192ECA;
}
</style>