Shades of Persian Blue #191CB3
Tints of Persian Blue #191CB3
RGB
CMYK
RGB Variations
Color information
#191CB3 (or 0x191CB3) is known color: Persian Blue. HEX triplet: 19, 1C and B3. RGB value is (25,28,179). Sum of RGB (Red+Green+Blue) = 25+28+179=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 179 (70.31% from 255 or 77.16% from 232); Max value from RGB is 179 - color contains mainly: blue. Hex color #191CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CB3 is #E6E34C. Grayscale: #2B2B2B. Windows color (decimal): -15131469 or 11738137. OLE color: 11738137.
HSL color Cylindrical-coordinate representation of color #191CB3: hue angle of 238.83º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191CB3 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 28 | 179 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.30 |
| HSL | 238.83º | 0.75% | 0.4% | - |
| HSV(B) | 238.83º | 0.86% | 0.7% | - |
| XYZ | 8.95 | 4.29 | 43 | - |
| YUV | 44.32 | 204.01 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 179 | 0.86 | 0.84 | 0 | 0.30 | 238.83 | 0.75 | 0.4 |
| Hex | 19 | 1C | B3 | 56 | 54 | 0 | 1E | EF | 4B | 28 |
| Octal | 31 | 34 | 263 | 126 | 124 | 0 | 36 | 357 | 113 | 50 |
| Binary | 11001 | 11100 | 10110011 | 1010110 | 1010100 | 0 | 11110 | 11101111 | 1001011 | 101000 |
Color Harmonies of #191CB3
Complementary color
Monochromatic Colors of #191CB3
Black with #191CB3
Text Example
Text Example
White with #191CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CB3; }
p { color: rgb(25,28,179); }
H1.HeaderClassName
{
color: #191CB3;
}
.AnyTagClassName
{
color: #191CB3;
}
</style>
background-color css
<style>
a { background-color: #191CB3; }
a { background-color: rgb(25,28,179); }
div.DivClassName
{
background-color: #191CB3;
}
.BgClassName
{
background-color: #191CB3;
}
</style>
border-color css
<style>
span { border-color: #191CB3; }
span { border-color: rgb(25,28,179); }
td.TdClassName
{
border-color: #191CB3;
}
.TagClassName
{
border-color: #191CB3;
}
</style>