Shades of Persian Blue #1926CE
Tints of Persian Blue #1926CE
RGB
CMYK
RGB Variations
Color information
#1926CE (or 0x1926CE) is known color: Persian Blue. HEX triplet: 19, 26 and CE. RGB value is (25,38,206). Sum of RGB (Red+Green+Blue) = 25+38+206=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #1926CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1926CE is #E6D931. Grayscale: #343434. Windows color (decimal): -15128882 or 13510169. OLE color: 13510169.
HSL color Cylindrical-coordinate representation of color #1926CE: hue angle of 235.69º 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 #1926CE is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 38 | 206 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.19 |
| HSL | 235.69º | 0.78% | 0.45% | - |
| HSV(B) | 235.69º | 0.88% | 0.81% | - |
| XYZ | 12.23 | 6.05 | 58.92 | - |
| YUV | 53.27 | 214.19 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 206 | 0.88 | 0.82 | 0 | 0.19 | 235.69 | 0.78 | 0.45 |
| Hex | 19 | 26 | CE | 58 | 52 | 0 | 13 | EC | 4E | 2D |
| Octal | 31 | 46 | 316 | 130 | 122 | 0 | 23 | 354 | 116 | 55 |
| Binary | 11001 | 100110 | 11001110 | 1011000 | 1010010 | 0 | 10011 | 11101100 | 1001110 | 101101 |
Color Harmonies of #1926CE
Complementary color
Monochromatic Colors of #1926CE
Black with #1926CE
Text Example
Text Example
White with #1926CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1926CE; }
p { color: rgb(25,38,206); }
H1.HeaderClassName
{
color: #1926CE;
}
.AnyTagClassName
{
color: #1926CE;
}
</style>
background-color css
<style>
a { background-color: #1926CE; }
a { background-color: rgb(25,38,206); }
div.DivClassName
{
background-color: #1926CE;
}
.BgClassName
{
background-color: #1926CE;
}
</style>
border-color css
<style>
span { border-color: #1926CE; }
span { border-color: rgb(25,38,206); }
td.TdClassName
{
border-color: #1926CE;
}
.TagClassName
{
border-color: #1926CE;
}
</style>