Shades of Persian Blue #192DDF
Tints of Persian Blue #192DDF
RGB
CMYK
RGB Variations
Color information
#192DDF (or 0x192DDF) is known color: Persian Blue. HEX triplet: 19, 2D and DF. RGB value is (25,45,223). Sum of RGB (Red+Green+Blue) = 25+45+223=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #192DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DDF is #E6D220. Grayscale: #3A3A3A. Windows color (decimal): -15127073 or 14626073. OLE color: 14626073.
HSL color Cylindrical-coordinate representation of color #192DDF: hue angle of 233.94º 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 #192DDF is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 45 | 223 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.13 |
| HSL | 233.94º | 0.8% | 0.49% | - |
| HSV(B) | 233.94º | 0.89% | 0.87% | - |
| XYZ | 14.66 | 7.41 | 70.47 | - |
| YUV | 59.31 | 220.37 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 223 | 0.89 | 0.80 | 0 | 0.13 | 233.94 | 0.8 | 0.49 |
| Hex | 19 | 2D | DF | 59 | 50 | 0 | D | EA | 50 | 31 |
| Octal | 31 | 55 | 337 | 131 | 120 | 0 | 15 | 352 | 120 | 61 |
| Binary | 11001 | 101101 | 11011111 | 1011001 | 1010000 | 0 | 1101 | 11101010 | 1010000 | 110001 |
Color Harmonies of #192DDF
Complementary color
Monochromatic Colors of #192DDF
Black with #192DDF
Text Example
Text Example
White with #192DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DDF; }
p { color: rgb(25,45,223); }
H1.HeaderClassName
{
color: #192DDF;
}
.AnyTagClassName
{
color: #192DDF;
}
</style>
background-color css
<style>
a { background-color: #192DDF; }
a { background-color: rgb(25,45,223); }
div.DivClassName
{
background-color: #192DDF;
}
.BgClassName
{
background-color: #192DDF;
}
</style>
border-color css
<style>
span { border-color: #192DDF; }
span { border-color: rgb(25,45,223); }
td.TdClassName
{
border-color: #192DDF;
}
.TagClassName
{
border-color: #192DDF;
}
</style>