Shades of Persian Blue #1921B1
Tints of Persian Blue #1921B1
RGB
CMYK
RGB Variations
Color information
#1921B1 (or 0x1921B1) is known color: Persian Blue. HEX triplet: 19, 21 and B1. RGB value is (25,33,177). Sum of RGB (Red+Green+Blue) = 25+33+177=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 177 (69.53% from 255 or 75.32% from 235); Max value from RGB is 177 - color contains mainly: blue. Hex color #1921B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1921B1 is #E6DE4E. Grayscale: #2E2E2E. Windows color (decimal): -15130191 or 11608345. OLE color: 11608345.
HSL color Cylindrical-coordinate representation of color #1921B1: hue angle of 236.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1921B1 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 33 | 177 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.31 |
| HSL | 236.84º | 0.75% | 0.4% | - |
| HSV(B) | 236.84º | 0.86% | 0.69% | - |
| XYZ | 8.88 | 4.47 | 41.99 | - |
| YUV | 47.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 177 | 0.86 | 0.81 | 0 | 0.31 | 236.84 | 0.75 | 0.4 |
| Hex | 19 | 21 | B1 | 56 | 51 | 0 | 1F | ED | 4B | 28 |
| Octal | 31 | 41 | 261 | 126 | 121 | 0 | 37 | 355 | 113 | 50 |
| Binary | 11001 | 100001 | 10110001 | 1010110 | 1010001 | 0 | 11111 | 11101101 | 1001011 | 101000 |
Color Harmonies of #1921B1
Complementary color
Monochromatic Colors of #1921B1
Black with #1921B1
Text Example
Text Example
White with #1921B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1921B1; }
p { color: rgb(25,33,177); }
H1.HeaderClassName
{
color: #1921B1;
}
.AnyTagClassName
{
color: #1921B1;
}
</style>
background-color css
<style>
a { background-color: #1921B1; }
a { background-color: rgb(25,33,177); }
div.DivClassName
{
background-color: #1921B1;
}
.BgClassName
{
background-color: #1921B1;
}
</style>
border-color css
<style>
span { border-color: #1921B1; }
span { border-color: rgb(25,33,177); }
td.TdClassName
{
border-color: #1921B1;
}
.TagClassName
{
border-color: #1921B1;
}
</style>