Shades of Persian Blue #192DDE
Tints of Persian Blue #192DDE
RGB
CMYK
RGB Variations
Color information
#192DDE (or 0x192DDE) is known color: Persian Blue. HEX triplet: 19, 2D and DE. RGB value is (25,45,222). Sum of RGB (Red+Green+Blue) = 25+45+222=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 222 (87.11% from 255 or 76.03% from 292); Max value from RGB is 222 - color contains mainly: blue. Hex color #192DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DDE is #E6D221. Grayscale: #3A3A3A. Windows color (decimal): -15127074 or 14560537. OLE color: 14560537.
HSL color Cylindrical-coordinate representation of color #192DDE: hue angle of 233.91º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192DDE is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 45 | 222 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.13 |
| HSL | 233.91º | 0.8% | 0.48% | - |
| HSV(B) | 233.91º | 0.89% | 0.87% | - |
| XYZ | 14.52 | 7.36 | 69.76 | - |
| YUV | 59.2 | 219.87 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 222 | 0.89 | 0.80 | 0 | 0.13 | 233.91 | 0.8 | 0.48 |
| Hex | 19 | 2D | DE | 59 | 50 | 0 | D | EA | 50 | 30 |
| Octal | 31 | 55 | 336 | 131 | 120 | 0 | 15 | 352 | 120 | 60 |
| Binary | 11001 | 101101 | 11011110 | 1011001 | 1010000 | 0 | 1101 | 11101010 | 1010000 | 110000 |
Color Harmonies of #192DDE
Complementary color
Monochromatic Colors of #192DDE
Black with #192DDE
Text Example
Text Example
White with #192DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DDE; }
p { color: rgb(25,45,222); }
H1.HeaderClassName
{
color: #192DDE;
}
.AnyTagClassName
{
color: #192DDE;
}
</style>
background-color css
<style>
a { background-color: #192DDE; }
a { background-color: rgb(25,45,222); }
div.DivClassName
{
background-color: #192DDE;
}
.BgClassName
{
background-color: #192DDE;
}
</style>
border-color css
<style>
span { border-color: #192DDE; }
span { border-color: rgb(25,45,222); }
td.TdClassName
{
border-color: #192DDE;
}
.TagClassName
{
border-color: #192DDE;
}
</style>