Shades of Persian Blue #1943DF
Tints of Persian Blue #1943DF
RGB
CMYK
RGB Variations
Color information
#1943DF (or 0x1943DF) is known color: Persian Blue. HEX triplet: 19, 43 and DF. RGB value is (25,67,223). Sum of RGB (Red+Green+Blue) = 25+67+223=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #1943DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1943DF is #E6BC20. Grayscale: #474747. Windows color (decimal): -15121441 or 14631705. OLE color: 14631705.
HSL color Cylindrical-coordinate representation of color #1943DF: hue angle of 227.27º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1943DF is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 67 | 223 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.13 |
| HSL | 227.27º | 0.8% | 0.49% | - |
| HSV(B) | 227.27º | 0.89% | 0.87% | - |
| XYZ | 15.73 | 9.55 | 70.83 | - |
| YUV | 72.23 | 213.09 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 223 | 0.89 | 0.70 | 0 | 0.13 | 227.27 | 0.8 | 0.49 |
| Hex | 19 | 43 | DF | 59 | 46 | 0 | D | E3 | 50 | 31 |
| Octal | 31 | 103 | 337 | 131 | 106 | 0 | 15 | 343 | 120 | 61 |
| Binary | 11001 | 1000011 | 11011111 | 1011001 | 1000110 | 0 | 1101 | 11100011 | 1010000 | 110001 |
Color Harmonies of #1943DF
Complementary color
Monochromatic Colors of #1943DF
Black with #1943DF
Text Example
Text Example
White with #1943DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1943DF; }
p { color: rgb(25,67,223); }
H1.HeaderClassName
{
color: #1943DF;
}
.AnyTagClassName
{
color: #1943DF;
}
</style>
background-color css
<style>
a { background-color: #1943DF; }
a { background-color: rgb(25,67,223); }
div.DivClassName
{
background-color: #1943DF;
}
.BgClassName
{
background-color: #1943DF;
}
</style>
border-color css
<style>
span { border-color: #1943DF; }
span { border-color: rgb(25,67,223); }
td.TdClassName
{
border-color: #1943DF;
}
.TagClassName
{
border-color: #1943DF;
}
</style>