Shades of Persian Blue #192FD7
Tints of Persian Blue #192FD7
RGB
CMYK
RGB Variations
Color information
#192FD7 (or 0x192FD7) is known color: Persian Blue. HEX triplet: 19, 2F and D7. RGB value is (25,47,215). Sum of RGB (Red+Green+Blue) = 25+47+215=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 215 (84.38% from 255 or 74.91% from 287); Max value from RGB is 215 - color contains mainly: blue. Hex color #192FD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FD7 is #E6D028. Grayscale: #3A3A3A. Windows color (decimal): -15126569 or 14102297. OLE color: 14102297.
HSL color Cylindrical-coordinate representation of color #192FD7: hue angle of 233.05º 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 #192FD7 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 47 | 215 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.16 |
| HSL | 233.05º | 0.79% | 0.47% | - |
| HSV(B) | 233.05º | 0.88% | 0.84% | - |
| XYZ | 13.68 | 7.15 | 64.95 | - |
| YUV | 59.57 | 215.71 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 215 | 0.88 | 0.78 | 0 | 0.16 | 233.05 | 0.79 | 0.47 |
| Hex | 19 | 2F | D7 | 58 | 4E | 0 | 10 | E9 | 4F | 2F |
| Octal | 31 | 57 | 327 | 130 | 116 | 0 | 20 | 351 | 117 | 57 |
| Binary | 11001 | 101111 | 11010111 | 1011000 | 1001110 | 0 | 10000 | 11101001 | 1001111 | 101111 |
Color Harmonies of #192FD7
Complementary color
Monochromatic Colors of #192FD7
Black with #192FD7
Text Example
Text Example
White with #192FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FD7; }
p { color: rgb(25,47,215); }
H1.HeaderClassName
{
color: #192FD7;
}
.AnyTagClassName
{
color: #192FD7;
}
</style>
background-color css
<style>
a { background-color: #192FD7; }
a { background-color: rgb(25,47,215); }
div.DivClassName
{
background-color: #192FD7;
}
.BgClassName
{
background-color: #192FD7;
}
</style>
border-color css
<style>
span { border-color: #192FD7; }
span { border-color: rgb(25,47,215); }
td.TdClassName
{
border-color: #192FD7;
}
.TagClassName
{
border-color: #192FD7;
}
</style>