Shades of Persian Blue #1922CE
Tints of Persian Blue #1922CE
RGB
CMYK
RGB Variations
Color information
#1922CE (or 0x1922CE) is known color: Persian Blue. HEX triplet: 19, 22 and CE. RGB value is (25,34,206). Sum of RGB (Red+Green+Blue) = 25+34+206=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #1922CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1922CE is #E6DD31. Grayscale: #323232. Windows color (decimal): -15129906 or 13509145. OLE color: 13509145.
HSL color Cylindrical-coordinate representation of color #1922CE: hue angle of 237.02º 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 #1922CE is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 34 | 206 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.19 |
| HSL | 237.02º | 0.78% | 0.45% | - |
| HSV(B) | 237.02º | 0.88% | 0.81% | - |
| XYZ | 12.11 | 5.81 | 58.87 | - |
| YUV | 50.92 | 215.52 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 34 | 206 | 0.88 | 0.83 | 0 | 0.19 | 237.02 | 0.78 | 0.45 |
| Hex | 19 | 22 | CE | 58 | 53 | 0 | 13 | ED | 4E | 2D |
| Octal | 31 | 42 | 316 | 130 | 123 | 0 | 23 | 355 | 116 | 55 |
| Binary | 11001 | 100010 | 11001110 | 1011000 | 1010011 | 0 | 10011 | 11101101 | 1001110 | 101101 |
Color Harmonies of #1922CE
Complementary color
Monochromatic Colors of #1922CE
Black with #1922CE
Text Example
Text Example
White with #1922CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1922CE; }
p { color: rgb(25,34,206); }
H1.HeaderClassName
{
color: #1922CE;
}
.AnyTagClassName
{
color: #1922CE;
}
</style>
background-color css
<style>
a { background-color: #1922CE; }
a { background-color: rgb(25,34,206); }
div.DivClassName
{
background-color: #1922CE;
}
.BgClassName
{
background-color: #1922CE;
}
</style>
border-color css
<style>
span { border-color: #1922CE; }
span { border-color: rgb(25,34,206); }
td.TdClassName
{
border-color: #1922CE;
}
.TagClassName
{
border-color: #1922CE;
}
</style>