Shades of Persian Blue #192EC9
Tints of Persian Blue #192EC9
RGB
CMYK
RGB Variations
Color information
#192EC9 (or 0x192EC9) is known color: Persian Blue. HEX triplet: 19, 2E and C9. RGB value is (25,46,201). Sum of RGB (Red+Green+Blue) = 25+46+201=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 201 (78.91% from 255 or 73.90% from 272); Max value from RGB is 201 - color contains mainly: blue. Hex color #192EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EC9 is #E6D136. Grayscale: #383838. Windows color (decimal): -15126839 or 13184537. OLE color: 13184537.
HSL color Cylindrical-coordinate representation of color #192EC9: hue angle of 232.84º 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 #192EC9 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 46 | 201 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.21 |
| HSL | 232.84º | 0.78% | 0.44% | - |
| HSV(B) | 232.84º | 0.88% | 0.79% | - |
| XYZ | 11.92 | 6.38 | 55.86 | - |
| YUV | 57.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 46 | 201 | 0.88 | 0.77 | 0 | 0.21 | 232.84 | 0.78 | 0.44 |
| Hex | 19 | 2E | C9 | 58 | 4D | 0 | 15 | E9 | 4E | 2C |
| Octal | 31 | 56 | 311 | 130 | 115 | 0 | 25 | 351 | 116 | 54 |
| Binary | 11001 | 101110 | 11001001 | 1011000 | 1001101 | 0 | 10101 | 11101001 | 1001110 | 101100 |
Color Harmonies of #192EC9
Complementary color
Monochromatic Colors of #192EC9
Black with #192EC9
Text Example
Text Example
White with #192EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192EC9; }
p { color: rgb(25,46,201); }
H1.HeaderClassName
{
color: #192EC9;
}
.AnyTagClassName
{
color: #192EC9;
}
</style>
background-color css
<style>
a { background-color: #192EC9; }
a { background-color: rgb(25,46,201); }
div.DivClassName
{
background-color: #192EC9;
}
.BgClassName
{
background-color: #192EC9;
}
</style>
border-color css
<style>
span { border-color: #192EC9; }
span { border-color: rgb(25,46,201); }
td.TdClassName
{
border-color: #192EC9;
}
.TagClassName
{
border-color: #192EC9;
}
</style>