Shades of Persian Blue #192DC9
Tints of Persian Blue #192DC9
RGB
CMYK
RGB Variations
Color information
#192DC9 (or 0x192DC9) is known color: Persian Blue. HEX triplet: 19, 2D and C9. RGB value is (25,45,201). Sum of RGB (Red+Green+Blue) = 25+45+201=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 201 (78.91% from 255 or 74.17% from 271); Max value from RGB is 201 - color contains mainly: blue. Hex color #192DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DC9 is #E6D236. Grayscale: #383838. Windows color (decimal): -15127095 or 13184281. OLE color: 13184281.
HSL color Cylindrical-coordinate representation of color #192DC9: hue angle of 233.18º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192DC9 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 45 | 201 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.21 |
| HSL | 233.18º | 0.78% | 0.44% | - |
| HSV(B) | 233.18º | 0.88% | 0.79% | - |
| XYZ | 11.88 | 6.3 | 55.85 | - |
| YUV | 56.8 | 209.37 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 201 | 0.88 | 0.78 | 0 | 0.21 | 233.18 | 0.78 | 0.44 |
| Hex | 19 | 2D | C9 | 58 | 4E | 0 | 15 | E9 | 4E | 2C |
| Octal | 31 | 55 | 311 | 130 | 116 | 0 | 25 | 351 | 116 | 54 |
| Binary | 11001 | 101101 | 11001001 | 1011000 | 1001110 | 0 | 10101 | 11101001 | 1001110 | 101100 |
Color Harmonies of #192DC9
Complementary color
Monochromatic Colors of #192DC9
Black with #192DC9
Text Example
Text Example
White with #192DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DC9; }
p { color: rgb(25,45,201); }
H1.HeaderClassName
{
color: #192DC9;
}
.AnyTagClassName
{
color: #192DC9;
}
</style>
background-color css
<style>
a { background-color: #192DC9; }
a { background-color: rgb(25,45,201); }
div.DivClassName
{
background-color: #192DC9;
}
.BgClassName
{
background-color: #192DC9;
}
</style>
border-color css
<style>
span { border-color: #192DC9; }
span { border-color: rgb(25,45,201); }
td.TdClassName
{
border-color: #192DC9;
}
.TagClassName
{
border-color: #192DC9;
}
</style>