Shades of Persian Blue #191CCA
Tints of Persian Blue #191CCA
RGB
CMYK
RGB Variations
Color information
#191CCA (or 0x191CCA) is known color: Persian Blue. HEX triplet: 19, 1C and CA. RGB value is (25,28,202). Sum of RGB (Red+Green+Blue) = 25+28+202=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #191CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CCA is #E6E335. Grayscale: #2E2E2E. Windows color (decimal): -15131446 or 13245465. OLE color: 13245465.
HSL color Cylindrical-coordinate representation of color #191CCA: hue angle of 238.98º 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 #191CCA is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 28 | 202 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.21 |
| HSL | 238.98º | 0.78% | 0.45% | - |
| HSV(B) | 238.98º | 0.88% | 0.79% | - |
| XYZ | 11.48 | 5.3 | 56.3 | - |
| YUV | 46.94 | 215.51 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 202 | 0.88 | 0.86 | 0 | 0.21 | 238.98 | 0.78 | 0.45 |
| Hex | 19 | 1C | CA | 58 | 56 | 0 | 15 | EF | 4E | 2D |
| Octal | 31 | 34 | 312 | 130 | 126 | 0 | 25 | 357 | 116 | 55 |
| Binary | 11001 | 11100 | 11001010 | 1011000 | 1010110 | 0 | 10101 | 11101111 | 1001110 | 101101 |
Color Harmonies of #191CCA
Complementary color
Monochromatic Colors of #191CCA
Black with #191CCA
Text Example
Text Example
White with #191CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CCA; }
p { color: rgb(25,28,202); }
H1.HeaderClassName
{
color: #191CCA;
}
.AnyTagClassName
{
color: #191CCA;
}
</style>
background-color css
<style>
a { background-color: #191CCA; }
a { background-color: rgb(25,28,202); }
div.DivClassName
{
background-color: #191CCA;
}
.BgClassName
{
background-color: #191CCA;
}
</style>
border-color css
<style>
span { border-color: #191CCA; }
span { border-color: rgb(25,28,202); }
td.TdClassName
{
border-color: #191CCA;
}
.TagClassName
{
border-color: #191CCA;
}
</style>