Shades of Persian Blue #191DCF
Tints of Persian Blue #191DCF
RGB
CMYK
RGB Variations
Color information
#191DCF (or 0x191DCF) is known color: Persian Blue. HEX triplet: 19, 1D and CF. RGB value is (25,29,207). Sum of RGB (Red+Green+Blue) = 25+29+207=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #191DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191DCF is #E6E230. Grayscale: #2F2F2F. Windows color (decimal): -15131185 or 13573401. OLE color: 13573401.
HSL color Cylindrical-coordinate representation of color #191DCF: hue angle of 238.68º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191DCF is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 29 | 207 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.19 |
| HSL | 238.68º | 0.78% | 0.45% | - |
| HSV(B) | 238.68º | 0.88% | 0.81% | - |
| XYZ | 12.1 | 5.59 | 59.47 | - |
| YUV | 48.1 | 217.67 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 207 | 0.88 | 0.86 | 0 | 0.19 | 238.68 | 0.78 | 0.45 |
| Hex | 19 | 1D | CF | 58 | 56 | 0 | 13 | EF | 4E | 2D |
| Octal | 31 | 35 | 317 | 130 | 126 | 0 | 23 | 357 | 116 | 55 |
| Binary | 11001 | 11101 | 11001111 | 1011000 | 1010110 | 0 | 10011 | 11101111 | 1001110 | 101101 |
Color Harmonies of #191DCF
Complementary color
Monochromatic Colors of #191DCF
Black with #191DCF
Text Example
Text Example
White with #191DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191DCF; }
p { color: rgb(25,29,207); }
H1.HeaderClassName
{
color: #191DCF;
}
.AnyTagClassName
{
color: #191DCF;
}
</style>
background-color css
<style>
a { background-color: #191DCF; }
a { background-color: rgb(25,29,207); }
div.DivClassName
{
background-color: #191DCF;
}
.BgClassName
{
background-color: #191DCF;
}
</style>
border-color css
<style>
span { border-color: #191DCF; }
span { border-color: rgb(25,29,207); }
td.TdClassName
{
border-color: #191DCF;
}
.TagClassName
{
border-color: #191DCF;
}
</style>