Shades of Persian Blue #192DED
Tints of Persian Blue #192DED
RGB
CMYK
RGB Variations
Color information
#192DED (or 0x192DED) is known color: Persian Blue. HEX triplet: 19, 2D and ED. RGB value is (25,45,237). Sum of RGB (Red+Green+Blue) = 25+45+237=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #192DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192DED is #E6D212. Grayscale: #3C3C3C. Windows color (decimal): -15127059 or 15543577. OLE color: 15543577.
HSL color Cylindrical-coordinate representation of color #192DED: hue angle of 234.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192DED is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 45 | 237 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.07 |
| HSL | 234.34º | 0.85% | 0.51% | - |
| HSV(B) | 234.34º | 0.89% | 0.93% | - |
| XYZ | 16.63 | 8.2 | 80.83 | - |
| YUV | 60.91 | 227.37 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 237 | 0.89 | 0.81 | 0 | 0.07 | 234.34 | 0.85 | 0.51 |
| Hex | 19 | 2D | ED | 59 | 51 | 0 | 7 | EA | 55 | 33 |
| Octal | 31 | 55 | 355 | 131 | 121 | 0 | 7 | 352 | 125 | 63 |
| Binary | 11001 | 101101 | 11101101 | 1011001 | 1010001 | 0 | 111 | 11101010 | 1010101 | 110011 |
Color Harmonies of #192DED
Complementary color
Monochromatic Colors of #192DED
Black with #192DED
Text Example
Text Example
White with #192DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DED; }
p { color: rgb(25,45,237); }
H1.HeaderClassName
{
color: #192DED;
}
.AnyTagClassName
{
color: #192DED;
}
</style>
background-color css
<style>
a { background-color: #192DED; }
a { background-color: rgb(25,45,237); }
div.DivClassName
{
background-color: #192DED;
}
.BgClassName
{
background-color: #192DED;
}
</style>
border-color css
<style>
span { border-color: #192DED; }
span { border-color: rgb(25,45,237); }
td.TdClassName
{
border-color: #192DED;
}
.TagClassName
{
border-color: #192DED;
}
</style>