Shades of Persian Blue #1921C1
Tints of Persian Blue #1921C1
RGB
CMYK
RGB Variations
Color information
#1921C1 (or 0x1921C1) is known color: Persian Blue. HEX triplet: 19, 21 and C1. RGB value is (25,33,193). Sum of RGB (Red+Green+Blue) = 25+33+193=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 193 (75.78% from 255 or 76.89% from 251); Max value from RGB is 193 - color contains mainly: blue. Hex color #1921C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1921C1 is #E6DE3E. Grayscale: #303030. Windows color (decimal): -15130175 or 12656921. OLE color: 12656921.
HSL color Cylindrical-coordinate representation of color #1921C1: hue angle of 237.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1921C1 is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 33 | 193 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.24 |
| HSL | 237.14º | 0.77% | 0.43% | - |
| HSV(B) | 237.14º | 0.87% | 0.76% | - |
| XYZ | 10.57 | 5.14 | 50.89 | - |
| YUV | 48.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 193 | 0.87 | 0.83 | 0 | 0.24 | 237.14 | 0.77 | 0.43 |
| Hex | 19 | 21 | C1 | 57 | 53 | 0 | 18 | ED | 4D | 2B |
| Octal | 31 | 41 | 301 | 127 | 123 | 0 | 30 | 355 | 115 | 53 |
| Binary | 11001 | 100001 | 11000001 | 1010111 | 1010011 | 0 | 11000 | 11101101 | 1001101 | 101011 |
Color Harmonies of #1921C1
Complementary color
Monochromatic Colors of #1921C1
Black with #1921C1
Text Example
Text Example
White with #1921C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1921C1; }
p { color: rgb(25,33,193); }
H1.HeaderClassName
{
color: #1921C1;
}
.AnyTagClassName
{
color: #1921C1;
}
</style>
background-color css
<style>
a { background-color: #1921C1; }
a { background-color: rgb(25,33,193); }
div.DivClassName
{
background-color: #1921C1;
}
.BgClassName
{
background-color: #1921C1;
}
</style>
border-color css
<style>
span { border-color: #1921C1; }
span { border-color: rgb(25,33,193); }
td.TdClassName
{
border-color: #1921C1;
}
.TagClassName
{
border-color: #1921C1;
}
</style>