Shades of Persian Blue #192FC9
Tints of Persian Blue #192FC9
RGB
CMYK
RGB Variations
Color information
#192FC9 (or 0x192FC9) is known color: Persian Blue. HEX triplet: 19, 2F and C9. RGB value is (25,47,201). Sum of RGB (Red+Green+Blue) = 25+47+201=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #192FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FC9 is #E6D036. Grayscale: #393939. Windows color (decimal): -15126583 or 13184793. OLE color: 13184793.
HSL color Cylindrical-coordinate representation of color #192FC9: hue angle of 232.5º 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 #192FC9 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 47 | 201 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.21 |
| HSL | 232.5º | 0.78% | 0.44% | - |
| HSV(B) | 232.5º | 0.88% | 0.79% | - |
| XYZ | 11.96 | 6.46 | 55.87 | - |
| YUV | 57.98 | 208.71 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 201 | 0.88 | 0.77 | 0 | 0.21 | 232.5 | 0.78 | 0.44 |
| Hex | 19 | 2F | C9 | 58 | 4D | 0 | 15 | E8 | 4E | 2C |
| Octal | 31 | 57 | 311 | 130 | 115 | 0 | 25 | 350 | 116 | 54 |
| Binary | 11001 | 101111 | 11001001 | 1011000 | 1001101 | 0 | 10101 | 11101000 | 1001110 | 101100 |
Color Harmonies of #192FC9
Complementary color
Monochromatic Colors of #192FC9
Black with #192FC9
Text Example
Text Example
White with #192FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FC9; }
p { color: rgb(25,47,201); }
H1.HeaderClassName
{
color: #192FC9;
}
.AnyTagClassName
{
color: #192FC9;
}
</style>
background-color css
<style>
a { background-color: #192FC9; }
a { background-color: rgb(25,47,201); }
div.DivClassName
{
background-color: #192FC9;
}
.BgClassName
{
background-color: #192FC9;
}
</style>
border-color css
<style>
span { border-color: #192FC9; }
span { border-color: rgb(25,47,201); }
td.TdClassName
{
border-color: #192FC9;
}
.TagClassName
{
border-color: #192FC9;
}
</style>