Shades of Persian Blue #192BD7
Tints of Persian Blue #192BD7
RGB
CMYK
RGB Variations
Color information
#192BD7 (or 0x192BD7) is known color: Persian Blue. HEX triplet: 19, 2B and D7. RGB value is (25,43,215). Sum of RGB (Red+Green+Blue) = 25+43+215=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 215 (84.38% from 255 or 75.97% from 283); Max value from RGB is 215 - color contains mainly: blue. Hex color #192BD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BD7 is #E6D428. Grayscale: #383838. Windows color (decimal): -15127593 or 14101273. OLE color: 14101273.
HSL color Cylindrical-coordinate representation of color #192BD7: hue angle of 234.32º 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 #192BD7 is Cyan = 0.88, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 43 | 215 | - |
| CMYK | 0.88 | 0.8 | 0 | 0.16 |
| HSL | 234.32º | 0.79% | 0.47% | - |
| HSV(B) | 234.32º | 0.88% | 0.84% | - |
| XYZ | 13.53 | 6.84 | 64.9 | - |
| YUV | 57.23 | 217.04 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 43 | 215 | 0.88 | 0.8 | 0 | 0.16 | 234.32 | 0.79 | 0.47 |
| Hex | 19 | 2B | D7 | 58 | 50 | 0 | 10 | EA | 4F | 2F |
| Octal | 31 | 53 | 327 | 130 | 120 | 0 | 20 | 352 | 117 | 57 |
| Binary | 11001 | 101011 | 11010111 | 1011000 | 1010000 | 0 | 10000 | 11101010 | 1001111 | 101111 |
Color Harmonies of #192BD7
Complementary color
Monochromatic Colors of #192BD7
Black with #192BD7
Text Example
Text Example
White with #192BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192BD7; }
p { color: rgb(25,43,215); }
H1.HeaderClassName
{
color: #192BD7;
}
.AnyTagClassName
{
color: #192BD7;
}
</style>
background-color css
<style>
a { background-color: #192BD7; }
a { background-color: rgb(25,43,215); }
div.DivClassName
{
background-color: #192BD7;
}
.BgClassName
{
background-color: #192BD7;
}
</style>
border-color css
<style>
span { border-color: #192BD7; }
span { border-color: rgb(25,43,215); }
td.TdClassName
{
border-color: #192BD7;
}
.TagClassName
{
border-color: #192BD7;
}
</style>