Shades of Persian Blue #192CB9
Tints of Persian Blue #192CB9
RGB
CMYK
RGB Variations
Color information
#192CB9 (or 0x192CB9) is known color: Persian Blue. HEX triplet: 19, 2C and B9. RGB value is (25,44,185). Sum of RGB (Red+Green+Blue) = 25+44+185=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 185 (72.66% from 255 or 72.83% from 254); Max value from RGB is 185 - color contains mainly: blue. Hex color #192CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192CB9 is #E6D346. Grayscale: #353535. Windows color (decimal): -15127367 or 12135449. OLE color: 12135449.
HSL color Cylindrical-coordinate representation of color #192CB9: hue angle of 232.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192CB9 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 44 | 185 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.27 |
| HSL | 232.88º | 0.76% | 0.41% | - |
| HSV(B) | 232.88º | 0.86% | 0.73% | - |
| XYZ | 10.06 | 5.51 | 46.43 | - |
| YUV | 54.39 | 201.71 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 185 | 0.86 | 0.76 | 0 | 0.27 | 232.88 | 0.76 | 0.41 |
| Hex | 19 | 2C | B9 | 56 | 4C | 0 | 1B | E9 | 4C | 29 |
| Octal | 31 | 54 | 271 | 126 | 114 | 0 | 33 | 351 | 114 | 51 |
| Binary | 11001 | 101100 | 10111001 | 1010110 | 1001100 | 0 | 11011 | 11101001 | 1001100 | 101001 |
Color Harmonies of #192CB9
Complementary color
Monochromatic Colors of #192CB9
Black with #192CB9
Text Example
Text Example
White with #192CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CB9; }
p { color: rgb(25,44,185); }
H1.HeaderClassName
{
color: #192CB9;
}
.AnyTagClassName
{
color: #192CB9;
}
</style>
background-color css
<style>
a { background-color: #192CB9; }
a { background-color: rgb(25,44,185); }
div.DivClassName
{
background-color: #192CB9;
}
.BgClassName
{
background-color: #192CB9;
}
</style>
border-color css
<style>
span { border-color: #192CB9; }
span { border-color: rgb(25,44,185); }
td.TdClassName
{
border-color: #192CB9;
}
.TagClassName
{
border-color: #192CB9;
}
</style>