Shades of Persian Blue #1139DF
Tints of Persian Blue #1139DF
RGB
CMYK
RGB Variations
Color information
#1139DF (or 0x1139DF) is known color: Persian Blue. HEX triplet: 11, 39 and DF. RGB value is (17,57,223). Sum of RGB (Red+Green+Blue) = 17+57+223=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #1139DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1139DF is #EEC620. Grayscale: #3F3F3F. Windows color (decimal): -15648289 or 14629137. OLE color: 14629137.
HSL color Cylindrical-coordinate representation of color #1139DF: hue angle of 228.35º 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 #1139DF is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 57 | 223 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.13 |
| HSL | 228.35º | 0.86% | 0.47% | - |
| HSV(B) | 228.35º | 0.92% | 0.87% | - |
| XYZ | 15.01 | 8.37 | 70.64 | - |
| YUV | 63.96 | 217.75 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 223 | 0.92 | 0.74 | 0 | 0.13 | 228.35 | 0.86 | 0.47 |
| Hex | 11 | 39 | DF | 5C | 4A | 0 | D | E4 | 56 | 2F |
| Octal | 21 | 71 | 337 | 134 | 112 | 0 | 15 | 344 | 126 | 57 |
| Binary | 10001 | 111001 | 11011111 | 1011100 | 1001010 | 0 | 1101 | 11100100 | 1010110 | 101111 |
Color Harmonies of #1139DF
Complementary color
Monochromatic Colors of #1139DF
Black with #1139DF
Text Example
Text Example
White with #1139DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1139DF; }
p { color: rgb(17,57,223); }
H1.HeaderClassName
{
color: #1139DF;
}
.AnyTagClassName
{
color: #1139DF;
}
</style>
background-color css
<style>
a { background-color: #1139DF; }
a { background-color: rgb(17,57,223); }
div.DivClassName
{
background-color: #1139DF;
}
.BgClassName
{
background-color: #1139DF;
}
</style>
border-color css
<style>
span { border-color: #1139DF; }
span { border-color: rgb(17,57,223); }
td.TdClassName
{
border-color: #1139DF;
}
.TagClassName
{
border-color: #1139DF;
}
</style>