Shades of Persian Blue #192FDC
Tints of Persian Blue #192FDC
RGB
CMYK
RGB Variations
Color information
#192FDC (or 0x192FDC) is known color: Persian Blue. HEX triplet: 19, 2F and DC. RGB value is (25,47,220). Sum of RGB (Red+Green+Blue) = 25+47+220=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #192FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FDC is #E6D023. Grayscale: #3B3B3B. Windows color (decimal): -15126564 or 14429977. OLE color: 14429977.
HSL color Cylindrical-coordinate representation of color #192FDC: hue angle of 233.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192FDC is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 47 | 220 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.14 |
| HSL | 233.23º | 0.8% | 0.48% | - |
| HSV(B) | 233.23º | 0.89% | 0.86% | - |
| XYZ | 14.34 | 7.41 | 68.38 | - |
| YUV | 60.14 | 218.21 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 47 | 220 | 0.89 | 0.79 | 0 | 0.14 | 233.23 | 0.8 | 0.48 |
| Hex | 19 | 2F | DC | 59 | 4F | 0 | E | E9 | 50 | 30 |
| Octal | 31 | 57 | 334 | 131 | 117 | 0 | 16 | 351 | 120 | 60 |
| Binary | 11001 | 101111 | 11011100 | 1011001 | 1001111 | 0 | 1110 | 11101001 | 1010000 | 110000 |
Color Harmonies of #192FDC
Complementary color
Monochromatic Colors of #192FDC
Black with #192FDC
Text Example
Text Example
White with #192FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192FDC; }
p { color: rgb(25,47,220); }
H1.HeaderClassName
{
color: #192FDC;
}
.AnyTagClassName
{
color: #192FDC;
}
</style>
background-color css
<style>
a { background-color: #192FDC; }
a { background-color: rgb(25,47,220); }
div.DivClassName
{
background-color: #192FDC;
}
.BgClassName
{
background-color: #192FDC;
}
</style>
border-color css
<style>
span { border-color: #192FDC; }
span { border-color: rgb(25,47,220); }
td.TdClassName
{
border-color: #192FDC;
}
.TagClassName
{
border-color: #192FDC;
}
</style>