Shades of Persian Blue #192DD5
Tints of Persian Blue #192DD5
RGB
CMYK
RGB Variations
Color information
#192DD5 (or 0x192DD5) is known color: Persian Blue. HEX triplet: 19, 2D and D5. RGB value is (25,45,213). Sum of RGB (Red+Green+Blue) = 25+45+213=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 213 (83.59% from 255 or 75.27% from 283); Max value from RGB is 213 - color contains mainly: blue. Hex color #192DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DD5 is #E6D22A. Grayscale: #393939. Windows color (decimal): -15127083 or 13970713. OLE color: 13970713.
HSL color Cylindrical-coordinate representation of color #192DD5: hue angle of 233.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192DD5 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 45 | 213 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.16 |
| HSL | 233.62º | 0.79% | 0.47% | - |
| HSV(B) | 233.62º | 0.88% | 0.84% | - |
| XYZ | 13.35 | 6.89 | 63.58 | - |
| YUV | 58.17 | 215.37 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 213 | 0.88 | 0.79 | 0 | 0.16 | 233.62 | 0.79 | 0.47 |
| Hex | 19 | 2D | D5 | 58 | 4F | 0 | 10 | EA | 4F | 2F |
| Octal | 31 | 55 | 325 | 130 | 117 | 0 | 20 | 352 | 117 | 57 |
| Binary | 11001 | 101101 | 11010101 | 1011000 | 1001111 | 0 | 10000 | 11101010 | 1001111 | 101111 |
Color Harmonies of #192DD5
Complementary color
Monochromatic Colors of #192DD5
Black with #192DD5
Text Example
Text Example
White with #192DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DD5; }
p { color: rgb(25,45,213); }
H1.HeaderClassName
{
color: #192DD5;
}
.AnyTagClassName
{
color: #192DD5;
}
</style>
background-color css
<style>
a { background-color: #192DD5; }
a { background-color: rgb(25,45,213); }
div.DivClassName
{
background-color: #192DD5;
}
.BgClassName
{
background-color: #192DD5;
}
</style>
border-color css
<style>
span { border-color: #192DD5; }
span { border-color: rgb(25,45,213); }
td.TdClassName
{
border-color: #192DD5;
}
.TagClassName
{
border-color: #192DD5;
}
</style>