Shades of Persian Blue #192ED5
Tints of Persian Blue #192ED5
RGB
CMYK
RGB Variations
Color information
#192ED5 (or 0x192ED5) is known color: Persian Blue. HEX triplet: 19, 2E and D5. RGB value is (25,46,213). Sum of RGB (Red+Green+Blue) = 25+46+213=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 213 (83.59% from 255 or 75% from 284); Max value from RGB is 213 - color contains mainly: blue. Hex color #192ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ED5 is #E6D12A. Grayscale: #3A3A3A. Windows color (decimal): -15126827 or 13970969. OLE color: 13970969.
HSL color Cylindrical-coordinate representation of color #192ED5: hue angle of 233.3º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192ED5 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 46 | 213 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.16 |
| HSL | 233.3º | 0.79% | 0.47% | - |
| HSV(B) | 233.3º | 0.88% | 0.84% | - |
| XYZ | 13.39 | 6.96 | 63.59 | - |
| YUV | 58.76 | 215.04 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 213 | 0.88 | 0.78 | 0 | 0.16 | 233.3 | 0.79 | 0.47 |
| Hex | 19 | 2E | D5 | 58 | 4E | 0 | 10 | E9 | 4F | 2F |
| Octal | 31 | 56 | 325 | 130 | 116 | 0 | 20 | 351 | 117 | 57 |
| Binary | 11001 | 101110 | 11010101 | 1011000 | 1001110 | 0 | 10000 | 11101001 | 1001111 | 101111 |
Color Harmonies of #192ED5
Complementary color
Monochromatic Colors of #192ED5
Black with #192ED5
Text Example
Text Example
White with #192ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192ED5; }
p { color: rgb(25,46,213); }
H1.HeaderClassName
{
color: #192ED5;
}
.AnyTagClassName
{
color: #192ED5;
}
</style>
background-color css
<style>
a { background-color: #192ED5; }
a { background-color: rgb(25,46,213); }
div.DivClassName
{
background-color: #192ED5;
}
.BgClassName
{
background-color: #192ED5;
}
</style>
border-color css
<style>
span { border-color: #192ED5; }
span { border-color: rgb(25,46,213); }
td.TdClassName
{
border-color: #192ED5;
}
.TagClassName
{
border-color: #192ED5;
}
</style>