Shades of Persian Blue #192AD7
Tints of Persian Blue #192AD7
RGB
CMYK
RGB Variations
Color information
#192AD7 (or 0x192AD7) is known color: Persian Blue. HEX triplet: 19, 2A and D7. RGB value is (25,42,215). Sum of RGB (Red+Green+Blue) = 25+42+215=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 215 (84.38% from 255 or 76.24% from 282); Max value from RGB is 215 - color contains mainly: blue. Hex color #192AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192AD7 is #E6D528. Grayscale: #373737. Windows color (decimal): -15127849 or 14101017. OLE color: 14101017.
HSL color Cylindrical-coordinate representation of color #192AD7: hue angle of 234.63º 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 #192AD7 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 42 | 215 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.16 |
| HSL | 234.63º | 0.79% | 0.47% | - |
| HSV(B) | 234.63º | 0.88% | 0.84% | - |
| XYZ | 13.49 | 6.77 | 64.89 | - |
| YUV | 56.64 | 217.37 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 42 | 215 | 0.88 | 0.80 | 0 | 0.16 | 234.63 | 0.79 | 0.47 |
| Hex | 19 | 2A | D7 | 58 | 50 | 0 | 10 | EB | 4F | 2F |
| Octal | 31 | 52 | 327 | 130 | 120 | 0 | 20 | 353 | 117 | 57 |
| Binary | 11001 | 101010 | 11010111 | 1011000 | 1010000 | 0 | 10000 | 11101011 | 1001111 | 101111 |
Color Harmonies of #192AD7
Complementary color
Monochromatic Colors of #192AD7
Black with #192AD7
Text Example
Text Example
White with #192AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192AD7; }
p { color: rgb(25,42,215); }
H1.HeaderClassName
{
color: #192AD7;
}
.AnyTagClassName
{
color: #192AD7;
}
</style>
background-color css
<style>
a { background-color: #192AD7; }
a { background-color: rgb(25,42,215); }
div.DivClassName
{
background-color: #192AD7;
}
.BgClassName
{
background-color: #192AD7;
}
</style>
border-color css
<style>
span { border-color: #192AD7; }
span { border-color: rgb(25,42,215); }
td.TdClassName
{
border-color: #192AD7;
}
.TagClassName
{
border-color: #192AD7;
}
</style>