Shades of Persian Blue #1920CA
Tints of Persian Blue #1920CA
RGB
CMYK
RGB Variations
Color information
#1920CA (or 0x1920CA) is known color: Persian Blue. HEX triplet: 19, 20 and CA. RGB value is (25,32,202). Sum of RGB (Red+Green+Blue) = 25+32+202=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 202 (79.30% from 255 or 77.99% from 259); Max value from RGB is 202 - color contains mainly: blue. Hex color #1920CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1920CA is #E6DF35. Grayscale: #303030. Windows color (decimal): -15130422 or 13246489. OLE color: 13246489.
HSL color Cylindrical-coordinate representation of color #1920CA: hue angle of 237.63º 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 #1920CA is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 32 | 202 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.21 |
| HSL | 237.63º | 0.78% | 0.45% | - |
| HSV(B) | 237.63º | 0.88% | 0.79% | - |
| XYZ | 11.58 | 5.5 | 56.33 | - |
| YUV | 49.29 | 214.18 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 32 | 202 | 0.88 | 0.84 | 0 | 0.21 | 237.63 | 0.78 | 0.45 |
| Hex | 19 | 20 | CA | 58 | 54 | 0 | 15 | EE | 4E | 2D |
| Octal | 31 | 40 | 312 | 130 | 124 | 0 | 25 | 356 | 116 | 55 |
| Binary | 11001 | 100000 | 11001010 | 1011000 | 1010100 | 0 | 10101 | 11101110 | 1001110 | 101101 |
Color Harmonies of #1920CA
Complementary color
Monochromatic Colors of #1920CA
Black with #1920CA
Text Example
Text Example
White with #1920CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1920CA; }
p { color: rgb(25,32,202); }
H1.HeaderClassName
{
color: #1920CA;
}
.AnyTagClassName
{
color: #1920CA;
}
</style>
background-color css
<style>
a { background-color: #1920CA; }
a { background-color: rgb(25,32,202); }
div.DivClassName
{
background-color: #1920CA;
}
.BgClassName
{
background-color: #1920CA;
}
</style>
border-color css
<style>
span { border-color: #1920CA; }
span { border-color: rgb(25,32,202); }
td.TdClassName
{
border-color: #1920CA;
}
.TagClassName
{
border-color: #1920CA;
}
</style>