Shades of Persian Blue #1144DB
Tints of Persian Blue #1144DB
RGB
CMYK
RGB Variations
Color information
#1144DB (or 0x1144DB) is known color: Persian Blue. HEX triplet: 11, 44 and DB. RGB value is (17,68,219). Sum of RGB (Red+Green+Blue) = 17+68+219=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #1144DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1144DB is #EEBB24. Grayscale: #454545. Windows color (decimal): -15645477 or 14369809. OLE color: 14369809.
HSL color Cylindrical-coordinate representation of color #1144DB: hue angle of 224.85º 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 #1144DB is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 68 | 219 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.14 |
| HSL | 224.85º | 0.86% | 0.46% | - |
| HSV(B) | 224.85º | 0.92% | 0.86% | - |
| XYZ | 15.08 | 9.37 | 68.03 | - |
| YUV | 69.97 | 212.1 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 219 | 0.92 | 0.69 | 0 | 0.14 | 224.85 | 0.86 | 0.46 |
| Hex | 11 | 44 | DB | 5C | 45 | 0 | E | E1 | 56 | 2E |
| Octal | 21 | 104 | 333 | 134 | 105 | 0 | 16 | 341 | 126 | 56 |
| Binary | 10001 | 1000100 | 11011011 | 1011100 | 1000101 | 0 | 1110 | 11100001 | 1010110 | 101110 |
Color Harmonies of #1144DB
Complementary color
Monochromatic Colors of #1144DB
Black with #1144DB
Text Example
Text Example
White with #1144DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1144DB; }
p { color: rgb(17,68,219); }
H1.HeaderClassName
{
color: #1144DB;
}
.AnyTagClassName
{
color: #1144DB;
}
</style>
background-color css
<style>
a { background-color: #1144DB; }
a { background-color: rgb(17,68,219); }
div.DivClassName
{
background-color: #1144DB;
}
.BgClassName
{
background-color: #1144DB;
}
</style>
border-color css
<style>
span { border-color: #1144DB; }
span { border-color: rgb(17,68,219); }
td.TdClassName
{
border-color: #1144DB;
}
.TagClassName
{
border-color: #1144DB;
}
</style>