Shades of Persian Blue #1944C0
Tints of Persian Blue #1944C0
RGB
CMYK
RGB Variations
Color information
#1944C0 (or 0x1944C0) is known color: Persian Blue. HEX triplet: 19, 44 and C0. RGB value is (25,68,192). Sum of RGB (Red+Green+Blue) = 25+68+192=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #1944C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1944C0 is #E6BB3F. Grayscale: #444444. Windows color (decimal): -15121216 or 12600345. OLE color: 12600345.
HSL color Cylindrical-coordinate representation of color #1944C0: hue angle of 224.55º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1944C0 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 68 | 192 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.25 |
| HSL | 224.55º | 0.77% | 0.43% | - |
| HSV(B) | 224.55º | 0.87% | 0.75% | - |
| XYZ | 11.98 | 8.15 | 50.81 | - |
| YUV | 69.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 192 | 0.87 | 0.65 | 0 | 0.25 | 224.55 | 0.77 | 0.43 |
| Hex | 19 | 44 | C0 | 57 | 41 | 0 | 19 | E1 | 4D | 2B |
| Octal | 31 | 104 | 300 | 127 | 101 | 0 | 31 | 341 | 115 | 53 |
| Binary | 11001 | 1000100 | 11000000 | 1010111 | 1000001 | 0 | 11001 | 11100001 | 1001101 | 101011 |
Color Harmonies of #1944C0
Complementary color
Monochromatic Colors of #1944C0
Black with #1944C0
Text Example
Text Example
White with #1944C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1944C0; }
p { color: rgb(25,68,192); }
H1.HeaderClassName
{
color: #1944C0;
}
.AnyTagClassName
{
color: #1944C0;
}
</style>
background-color css
<style>
a { background-color: #1944C0; }
a { background-color: rgb(25,68,192); }
div.DivClassName
{
background-color: #1944C0;
}
.BgClassName
{
background-color: #1944C0;
}
</style>
border-color css
<style>
span { border-color: #1944C0; }
span { border-color: rgb(25,68,192); }
td.TdClassName
{
border-color: #1944C0;
}
.TagClassName
{
border-color: #1944C0;
}
</style>