Shades of Persian Blue #192FCD
Tints of Persian Blue #192FCD
RGB
CMYK
RGB Variations
Color information
#192FCD (or 0x192FCD) is known color: Persian Blue. HEX triplet: 19, 2F and CD. RGB value is (25,47,205). Sum of RGB (Red+Green+Blue) = 25+47+205=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #192FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FCD is #E6D032. Grayscale: #393939. Windows color (decimal): -15126579 or 13446937. OLE color: 13446937.
HSL color Cylindrical-coordinate representation of color #192FCD: hue angle of 232.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192FCD is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 47 | 205 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.20 |
| HSL | 232.67º | 0.78% | 0.45% | - |
| HSV(B) | 232.67º | 0.88% | 0.8% | - |
| XYZ | 12.44 | 6.65 | 58.39 | - |
| YUV | 58.43 | 210.71 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 205 | 0.88 | 0.77 | 0 | 0.20 | 232.67 | 0.78 | 0.45 |
| Hex | 19 | 2F | CD | 58 | 4D | 0 | 14 | E9 | 4E | 2D |
| Octal | 31 | 57 | 315 | 130 | 115 | 0 | 24 | 351 | 116 | 55 |
| Binary | 11001 | 101111 | 11001101 | 1011000 | 1001101 | 0 | 10100 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192FCD
Complementary color
Monochromatic Colors of #192FCD
Black with #192FCD
Text Example
Text Example
White with #192FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FCD; }
p { color: rgb(25,47,205); }
H1.HeaderClassName
{
color: #192FCD;
}
.AnyTagClassName
{
color: #192FCD;
}
</style>
background-color css
<style>
a { background-color: #192FCD; }
a { background-color: rgb(25,47,205); }
div.DivClassName
{
background-color: #192FCD;
}
.BgClassName
{
background-color: #192FCD;
}
</style>
border-color css
<style>
span { border-color: #192FCD; }
span { border-color: rgb(25,47,205); }
td.TdClassName
{
border-color: #192FCD;
}
.TagClassName
{
border-color: #192FCD;
}
</style>