Shades of Persian Blue #192CDF
Tints of Persian Blue #192CDF
RGB
CMYK
RGB Variations
Color information
#192CDF (or 0x192CDF) is known color: Persian Blue. HEX triplet: 19, 2C and DF. RGB value is (25,44,223). Sum of RGB (Red+Green+Blue) = 25+44+223=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #192CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192CDF is #E6D320. Grayscale: #393939. Windows color (decimal): -15127329 or 14625817. OLE color: 14625817.
HSL color Cylindrical-coordinate representation of color #192CDF: hue angle of 234.24º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192CDF is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 44 | 223 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.13 |
| HSL | 234.24º | 0.8% | 0.49% | - |
| HSV(B) | 234.24º | 0.89% | 0.87% | - |
| XYZ | 14.62 | 7.34 | 70.46 | - |
| YUV | 58.73 | 220.71 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 223 | 0.89 | 0.80 | 0 | 0.13 | 234.24 | 0.8 | 0.49 |
| Hex | 19 | 2C | DF | 59 | 50 | 0 | D | EA | 50 | 31 |
| Octal | 31 | 54 | 337 | 131 | 120 | 0 | 15 | 352 | 120 | 61 |
| Binary | 11001 | 101100 | 11011111 | 1011001 | 1010000 | 0 | 1101 | 11101010 | 1010000 | 110001 |
Color Harmonies of #192CDF
Complementary color
Monochromatic Colors of #192CDF
Black with #192CDF
Text Example
Text Example
White with #192CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192CDF; }
p { color: rgb(25,44,223); }
H1.HeaderClassName
{
color: #192CDF;
}
.AnyTagClassName
{
color: #192CDF;
}
</style>
background-color css
<style>
a { background-color: #192CDF; }
a { background-color: rgb(25,44,223); }
div.DivClassName
{
background-color: #192CDF;
}
.BgClassName
{
background-color: #192CDF;
}
</style>
border-color css
<style>
span { border-color: #192CDF; }
span { border-color: rgb(25,44,223); }
td.TdClassName
{
border-color: #192CDF;
}
.TagClassName
{
border-color: #192CDF;
}
</style>