Shades of Persian Blue #1926DC
Tints of Persian Blue #1926DC
RGB
CMYK
RGB Variations
Color information
#1926DC (or 0x1926DC) is known color: Persian Blue. HEX triplet: 19, 26 and DC. RGB value is (25,38,220). Sum of RGB (Red+Green+Blue) = 25+38+220=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #1926DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1926DC is #E6D923. Grayscale: #363636. Windows color (decimal): -15128868 or 14427673. OLE color: 14427673.
HSL color Cylindrical-coordinate representation of color #1926DC: hue angle of 236º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1926DC is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 38 | 220 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.14 |
| HSL | 236º | 0.8% | 0.48% | - |
| HSV(B) | 236º | 0.89% | 0.86% | - |
| XYZ | 14.01 | 6.76 | 68.28 | - |
| YUV | 54.86 | 221.19 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 220 | 0.89 | 0.83 | 0 | 0.14 | 236 | 0.8 | 0.48 |
| Hex | 19 | 26 | DC | 59 | 53 | 0 | E | EC | 50 | 30 |
| Octal | 31 | 46 | 334 | 131 | 123 | 0 | 16 | 354 | 120 | 60 |
| Binary | 11001 | 100110 | 11011100 | 1011001 | 1010011 | 0 | 1110 | 11101100 | 1010000 | 110000 |
Color Harmonies of #1926DC
Complementary color
Monochromatic Colors of #1926DC
Black with #1926DC
Text Example
Text Example
White with #1926DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1926DC; }
p { color: rgb(25,38,220); }
H1.HeaderClassName
{
color: #1926DC;
}
.AnyTagClassName
{
color: #1926DC;
}
</style>
background-color css
<style>
a { background-color: #1926DC; }
a { background-color: rgb(25,38,220); }
div.DivClassName
{
background-color: #1926DC;
}
.BgClassName
{
background-color: #1926DC;
}
</style>
border-color css
<style>
span { border-color: #1926DC; }
span { border-color: rgb(25,38,220); }
td.TdClassName
{
border-color: #1926DC;
}
.TagClassName
{
border-color: #1926DC;
}
</style>