Shades of Persian Blue #192FCF
Tints of Persian Blue #192FCF
RGB
CMYK
RGB Variations
Color information
#192FCF (or 0x192FCF) is known color: Persian Blue. HEX triplet: 19, 2F and CF. RGB value is (25,47,207). Sum of RGB (Red+Green+Blue) = 25+47+207=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #192FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FCF is #E6D030. Grayscale: #3A3A3A. Windows color (decimal): -15126577 or 13578009. OLE color: 13578009.
HSL color Cylindrical-coordinate representation of color #192FCF: hue angle of 232.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192FCF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 47 | 207 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.19 |
| HSL | 232.75º | 0.78% | 0.45% | - |
| HSV(B) | 232.75º | 0.88% | 0.81% | - |
| XYZ | 12.68 | 6.74 | 59.67 | - |
| YUV | 58.66 | 211.71 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 207 | 0.88 | 0.77 | 0 | 0.19 | 232.75 | 0.78 | 0.45 |
| Hex | 19 | 2F | CF | 58 | 4D | 0 | 13 | E9 | 4E | 2D |
| Octal | 31 | 57 | 317 | 130 | 115 | 0 | 23 | 351 | 116 | 55 |
| Binary | 11001 | 101111 | 11001111 | 1011000 | 1001101 | 0 | 10011 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192FCF
Complementary color
Monochromatic Colors of #192FCF
Black with #192FCF
Text Example
Text Example
White with #192FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FCF; }
p { color: rgb(25,47,207); }
H1.HeaderClassName
{
color: #192FCF;
}
.AnyTagClassName
{
color: #192FCF;
}
</style>
background-color css
<style>
a { background-color: #192FCF; }
a { background-color: rgb(25,47,207); }
div.DivClassName
{
background-color: #192FCF;
}
.BgClassName
{
background-color: #192FCF;
}
</style>
border-color css
<style>
span { border-color: #192FCF; }
span { border-color: rgb(25,47,207); }
td.TdClassName
{
border-color: #192FCF;
}
.TagClassName
{
border-color: #192FCF;
}
</style>