Shades of Persian Blue #1921B7
Tints of Persian Blue #1921B7
RGB
CMYK
RGB Variations
Color information
#1921B7 (or 0x1921B7) is known color: Persian Blue. HEX triplet: 19, 21 and B7. RGB value is (25,33,183). Sum of RGB (Red+Green+Blue) = 25+33+183=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 183 (71.88% from 255 or 75.93% from 241); Max value from RGB is 183 - color contains mainly: blue. Hex color #1921B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1921B7 is #E6DE48. Grayscale: #2F2F2F. Windows color (decimal): -15130185 or 12001561. OLE color: 12001561.
HSL color Cylindrical-coordinate representation of color #1921B7: hue angle of 236.96º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1921B7 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 33 | 183 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.28 |
| HSL | 236.96º | 0.76% | 0.41% | - |
| HSV(B) | 236.96º | 0.86% | 0.72% | - |
| XYZ | 9.49 | 4.71 | 45.21 | - |
| YUV | 47.71 | 204.35 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 183 | 0.86 | 0.82 | 0 | 0.28 | 236.96 | 0.76 | 0.41 |
| Hex | 19 | 21 | B7 | 56 | 52 | 0 | 1C | ED | 4C | 29 |
| Octal | 31 | 41 | 267 | 126 | 122 | 0 | 34 | 355 | 114 | 51 |
| Binary | 11001 | 100001 | 10110111 | 1010110 | 1010010 | 0 | 11100 | 11101101 | 1001100 | 101001 |
Color Harmonies of #1921B7
Complementary color
Monochromatic Colors of #1921B7
Black with #1921B7
Text Example
Text Example
White with #1921B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1921B7; }
p { color: rgb(25,33,183); }
H1.HeaderClassName
{
color: #1921B7;
}
.AnyTagClassName
{
color: #1921B7;
}
</style>
background-color css
<style>
a { background-color: #1921B7; }
a { background-color: rgb(25,33,183); }
div.DivClassName
{
background-color: #1921B7;
}
.BgClassName
{
background-color: #1921B7;
}
</style>
border-color css
<style>
span { border-color: #1921B7; }
span { border-color: rgb(25,33,183); }
td.TdClassName
{
border-color: #1921B7;
}
.TagClassName
{
border-color: #1921B7;
}
</style>