Shades of Persian Blue #1140DF
Tints of Persian Blue #1140DF
RGB
CMYK
RGB Variations
Color information
#1140DF (or 0x1140DF) is known color: Persian Blue. HEX triplet: 11, 40 and DF. RGB value is (17,64,223). Sum of RGB (Red+Green+Blue) = 17+64+223=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #1140DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1140DF is #EEBF20. Grayscale: #434343. Windows color (decimal): -15646497 or 14630929. OLE color: 14630929.
HSL color Cylindrical-coordinate representation of color #1140DF: hue angle of 226.31º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1140DF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 64 | 223 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.13 |
| HSL | 226.31º | 0.86% | 0.47% | - |
| HSV(B) | 226.31º | 0.92% | 0.87% | - |
| XYZ | 15.38 | 9.11 | 70.76 | - |
| YUV | 68.07 | 215.43 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 223 | 0.92 | 0.71 | 0 | 0.13 | 226.31 | 0.86 | 0.47 |
| Hex | 11 | 40 | DF | 5C | 47 | 0 | D | E2 | 56 | 2F |
| Octal | 21 | 100 | 337 | 134 | 107 | 0 | 15 | 342 | 126 | 57 |
| Binary | 10001 | 1000000 | 11011111 | 1011100 | 1000111 | 0 | 1101 | 11100010 | 1010110 | 101111 |
Color Harmonies of #1140DF
Complementary color
Monochromatic Colors of #1140DF
Black with #1140DF
Text Example
Text Example
White with #1140DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1140DF; }
p { color: rgb(17,64,223); }
H1.HeaderClassName
{
color: #1140DF;
}
.AnyTagClassName
{
color: #1140DF;
}
</style>
background-color css
<style>
a { background-color: #1140DF; }
a { background-color: rgb(17,64,223); }
div.DivClassName
{
background-color: #1140DF;
}
.BgClassName
{
background-color: #1140DF;
}
</style>
border-color css
<style>
span { border-color: #1140DF; }
span { border-color: rgb(17,64,223); }
td.TdClassName
{
border-color: #1140DF;
}
.TagClassName
{
border-color: #1140DF;
}
</style>