Shades of Persian Blue #192DCA
Tints of Persian Blue #192DCA
RGB
CMYK
RGB Variations
Color information
#192DCA (or 0x192DCA) is known color: Persian Blue. HEX triplet: 19, 2D and CA. RGB value is (25,45,202). Sum of RGB (Red+Green+Blue) = 25+45+202=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #192DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192DCA is #E6D235. Grayscale: #383838. Windows color (decimal): -15127094 or 13249817. OLE color: 13249817.
HSL color Cylindrical-coordinate representation of color #192DCA: hue angle of 233.22º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192DCA is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 45 | 202 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.21 |
| HSL | 233.22º | 0.78% | 0.45% | - |
| HSV(B) | 233.22º | 0.88% | 0.79% | - |
| XYZ | 12 | 6.35 | 56.47 | - |
| YUV | 56.92 | 209.87 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 202 | 0.88 | 0.78 | 0 | 0.21 | 233.22 | 0.78 | 0.45 |
| Hex | 19 | 2D | CA | 58 | 4E | 0 | 15 | E9 | 4E | 2D |
| Octal | 31 | 55 | 312 | 130 | 116 | 0 | 25 | 351 | 116 | 55 |
| Binary | 11001 | 101101 | 11001010 | 1011000 | 1001110 | 0 | 10101 | 11101001 | 1001110 | 101101 |
Color Harmonies of #192DCA
Complementary color
Monochromatic Colors of #192DCA
Black with #192DCA
Text Example
Text Example
White with #192DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192DCA; }
p { color: rgb(25,45,202); }
H1.HeaderClassName
{
color: #192DCA;
}
.AnyTagClassName
{
color: #192DCA;
}
</style>
background-color css
<style>
a { background-color: #192DCA; }
a { background-color: rgb(25,45,202); }
div.DivClassName
{
background-color: #192DCA;
}
.BgClassName
{
background-color: #192DCA;
}
</style>
border-color css
<style>
span { border-color: #192DCA; }
span { border-color: rgb(25,45,202); }
td.TdClassName
{
border-color: #192DCA;
}
.TagClassName
{
border-color: #192DCA;
}
</style>