Shades of Persian Blue #192ED6
Tints of Persian Blue #192ED6
RGB
CMYK
RGB Variations
Color information
#192ED6 (or 0x192ED6) is known color: Persian Blue. HEX triplet: 19, 2E and D6. RGB value is (25,46,214). Sum of RGB (Red+Green+Blue) = 25+46+214=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 214 (83.98% from 255 or 75.09% from 285); Max value from RGB is 214 - color contains mainly: blue. Hex color #192ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ED6 is #E6D129. Grayscale: #3A3A3A. Windows color (decimal): -15126826 or 14036505. OLE color: 14036505.
HSL color Cylindrical-coordinate representation of color #192ED6: hue angle of 233.33º 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 #192ED6 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 46 | 214 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.16 |
| HSL | 233.33º | 0.79% | 0.47% | - |
| HSV(B) | 233.33º | 0.88% | 0.84% | - |
| XYZ | 13.52 | 7.02 | 64.26 | - |
| YUV | 58.87 | 215.54 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 214 | 0.88 | 0.79 | 0 | 0.16 | 233.33 | 0.79 | 0.47 |
| Hex | 19 | 2E | D6 | 58 | 4F | 0 | 10 | E9 | 4F | 2F |
| Octal | 31 | 56 | 326 | 130 | 117 | 0 | 20 | 351 | 117 | 57 |
| Binary | 11001 | 101110 | 11010110 | 1011000 | 1001111 | 0 | 10000 | 11101001 | 1001111 | 101111 |
Color Harmonies of #192ED6
Complementary color
Monochromatic Colors of #192ED6
Black with #192ED6
Text Example
Text Example
White with #192ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192ED6; }
p { color: rgb(25,46,214); }
H1.HeaderClassName
{
color: #192ED6;
}
.AnyTagClassName
{
color: #192ED6;
}
</style>
background-color css
<style>
a { background-color: #192ED6; }
a { background-color: rgb(25,46,214); }
div.DivClassName
{
background-color: #192ED6;
}
.BgClassName
{
background-color: #192ED6;
}
</style>
border-color css
<style>
span { border-color: #192ED6; }
span { border-color: rgb(25,46,214); }
td.TdClassName
{
border-color: #192ED6;
}
.TagClassName
{
border-color: #192ED6;
}
</style>