Shades of Persian Blue #1937CC
Tints of Persian Blue #1937CC
RGB
CMYK
RGB Variations
Color information
#1937CC (or 0x1937CC) is known color: Persian Blue. HEX triplet: 19, 37 and CC. RGB value is (25,55,204). Sum of RGB (Red+Green+Blue) = 25+55+204=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #1937CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1937CC is #E6C833. Grayscale: #3E3E3E. Windows color (decimal): -15124532 or 13383449. OLE color: 13383449.
HSL color Cylindrical-coordinate representation of color #1937CC: hue angle of 229.94º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1937CC is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 55 | 204 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.2 |
| HSL | 229.94º | 0.78% | 0.45% | - |
| HSV(B) | 229.94º | 0.88% | 0.8% | - |
| XYZ | 12.67 | 7.3 | 57.87 | - |
| YUV | 63.02 | 207.56 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 204 | 0.88 | 0.73 | 0 | 0.2 | 229.94 | 0.78 | 0.45 |
| Hex | 19 | 37 | CC | 58 | 49 | 0 | 14 | E6 | 4E | 2D |
| Octal | 31 | 67 | 314 | 130 | 111 | 0 | 24 | 346 | 116 | 55 |
| Binary | 11001 | 110111 | 11001100 | 1011000 | 1001001 | 0 | 10100 | 11100110 | 1001110 | 101101 |
Color Harmonies of #1937CC
Complementary color
Monochromatic Colors of #1937CC
Black with #1937CC
Text Example
Text Example
White with #1937CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1937CC; }
p { color: rgb(25,55,204); }
H1.HeaderClassName
{
color: #1937CC;
}
.AnyTagClassName
{
color: #1937CC;
}
</style>
background-color css
<style>
a { background-color: #1937CC; }
a { background-color: rgb(25,55,204); }
div.DivClassName
{
background-color: #1937CC;
}
.BgClassName
{
background-color: #1937CC;
}
</style>
border-color css
<style>
span { border-color: #1937CC; }
span { border-color: rgb(25,55,204); }
td.TdClassName
{
border-color: #1937CC;
}
.TagClassName
{
border-color: #1937CC;
}
</style>