Shades of Persian Blue #192BEC
Tints of Persian Blue #192BEC
RGB
CMYK
RGB Variations
Color information
#192BEC (or 0x192BEC) is known color: Persian Blue. HEX triplet: 19, 2B and EC. RGB value is (25,43,236). Sum of RGB (Red+Green+Blue) = 25+43+236=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #192BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192BEC is #E6D413. Grayscale: #3A3A3A. Windows color (decimal): -15127572 or 15477529. OLE color: 15477529.
HSL color Cylindrical-coordinate representation of color #192BEC: hue angle of 234.88º 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 #192BEC is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 43 | 236 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.07 |
| HSL | 234.88º | 0.85% | 0.51% | - |
| HSV(B) | 234.88º | 0.89% | 0.93% | - |
| XYZ | 16.41 | 7.99 | 80.03 | - |
| YUV | 59.62 | 227.54 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 236 | 0.89 | 0.82 | 0 | 0.07 | 234.88 | 0.85 | 0.51 |
| Hex | 19 | 2B | EC | 59 | 52 | 0 | 7 | EB | 55 | 33 |
| Octal | 31 | 53 | 354 | 131 | 122 | 0 | 7 | 353 | 125 | 63 |
| Binary | 11001 | 101011 | 11101100 | 1011001 | 1010010 | 0 | 111 | 11101011 | 1010101 | 110011 |
Color Harmonies of #192BEC
Complementary color
Monochromatic Colors of #192BEC
Black with #192BEC
Text Example
Text Example
White with #192BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BEC; }
p { color: rgb(25,43,236); }
H1.HeaderClassName
{
color: #192BEC;
}
.AnyTagClassName
{
color: #192BEC;
}
</style>
background-color css
<style>
a { background-color: #192BEC; }
a { background-color: rgb(25,43,236); }
div.DivClassName
{
background-color: #192BEC;
}
.BgClassName
{
background-color: #192BEC;
}
</style>
border-color css
<style>
span { border-color: #192BEC; }
span { border-color: rgb(25,43,236); }
td.TdClassName
{
border-color: #192BEC;
}
.TagClassName
{
border-color: #192BEC;
}
</style>