Shades of Persian Blue #1937DC
Tints of Persian Blue #1937DC
RGB
CMYK
RGB Variations
Color information
#1937DC (or 0x1937DC) is known color: Persian Blue. HEX triplet: 19, 37 and DC. RGB value is (25,55,220). Sum of RGB (Red+Green+Blue) = 25+55+220=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #1937DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1937DC is #E6C823. Grayscale: #404040. Windows color (decimal): -15124516 or 14432025. OLE color: 14432025.
HSL color Cylindrical-coordinate representation of color #1937DC: hue angle of 230.77º 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 #1937DC is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 55 | 220 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.14 |
| HSL | 230.77º | 0.8% | 0.48% | - |
| HSV(B) | 230.77º | 0.89% | 0.86% | - |
| XYZ | 14.69 | 8.11 | 68.5 | - |
| YUV | 64.84 | 215.56 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 220 | 0.89 | 0.75 | 0 | 0.14 | 230.77 | 0.8 | 0.48 |
| Hex | 19 | 37 | DC | 59 | 4B | 0 | E | E7 | 50 | 30 |
| Octal | 31 | 67 | 334 | 131 | 113 | 0 | 16 | 347 | 120 | 60 |
| Binary | 11001 | 110111 | 11011100 | 1011001 | 1001011 | 0 | 1110 | 11100111 | 1010000 | 110000 |
Color Harmonies of #1937DC
Complementary color
Monochromatic Colors of #1937DC
Black with #1937DC
Text Example
Text Example
White with #1937DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1937DC; }
p { color: rgb(25,55,220); }
H1.HeaderClassName
{
color: #1937DC;
}
.AnyTagClassName
{
color: #1937DC;
}
</style>
background-color css
<style>
a { background-color: #1937DC; }
a { background-color: rgb(25,55,220); }
div.DivClassName
{
background-color: #1937DC;
}
.BgClassName
{
background-color: #1937DC;
}
</style>
border-color css
<style>
span { border-color: #1937DC; }
span { border-color: rgb(25,55,220); }
td.TdClassName
{
border-color: #1937DC;
}
.TagClassName
{
border-color: #1937DC;
}
</style>