Shades of Persian Blue #1144DC
Tints of Persian Blue #1144DC
RGB
CMYK
RGB Variations
Color information
#1144DC (or 0x1144DC) is known color: Persian Blue. HEX triplet: 11, 44 and DC. RGB value is (17,68,220). Sum of RGB (Red+Green+Blue) = 17+68+220=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #1144DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1144DC is #EEBB23. Grayscale: #454545. Windows color (decimal): -15645476 or 14435345. OLE color: 14435345.
HSL color Cylindrical-coordinate representation of color #1144DC: hue angle of 224.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1144DC is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 68 | 220 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.14 |
| HSL | 224.93º | 0.86% | 0.46% | - |
| HSV(B) | 224.93º | 0.92% | 0.86% | - |
| XYZ | 15.22 | 9.42 | 68.73 | - |
| YUV | 70.08 | 212.6 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 220 | 0.92 | 0.69 | 0 | 0.14 | 224.93 | 0.86 | 0.46 |
| Hex | 11 | 44 | DC | 5C | 45 | 0 | E | E1 | 56 | 2E |
| Octal | 21 | 104 | 334 | 134 | 105 | 0 | 16 | 341 | 126 | 56 |
| Binary | 10001 | 1000100 | 11011100 | 1011100 | 1000101 | 0 | 1110 | 11100001 | 1010110 | 101110 |
Color Harmonies of #1144DC
Complementary color
Monochromatic Colors of #1144DC
Black with #1144DC
Text Example
Text Example
White with #1144DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1144DC; }
p { color: rgb(17,68,220); }
H1.HeaderClassName
{
color: #1144DC;
}
.AnyTagClassName
{
color: #1144DC;
}
</style>
background-color css
<style>
a { background-color: #1144DC; }
a { background-color: rgb(17,68,220); }
div.DivClassName
{
background-color: #1144DC;
}
.BgClassName
{
background-color: #1144DC;
}
</style>
border-color css
<style>
span { border-color: #1144DC; }
span { border-color: rgb(17,68,220); }
td.TdClassName
{
border-color: #1144DC;
}
.TagClassName
{
border-color: #1144DC;
}
</style>