Shades of Persian Blue #1144DA
Tints of Persian Blue #1144DA
RGB
CMYK
RGB Variations
Color information
#1144DA (or 0x1144DA) is known color: Persian Blue. HEX triplet: 11, 44 and DA. RGB value is (17,68,218). Sum of RGB (Red+Green+Blue) = 17+68+218=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #1144DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1144DA is #EEBB25. Grayscale: #454545. Windows color (decimal): -15645478 or 14304273. OLE color: 14304273.
HSL color Cylindrical-coordinate representation of color #1144DA: hue angle of 224.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1144DA is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 68 | 218 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.15 |
| HSL | 224.78º | 0.86% | 0.46% | - |
| HSV(B) | 224.78º | 0.92% | 0.85% | - |
| XYZ | 14.95 | 9.32 | 67.34 | - |
| YUV | 69.85 | 211.6 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 218 | 0.92 | 0.69 | 0 | 0.15 | 224.78 | 0.86 | 0.46 |
| Hex | 11 | 44 | DA | 5C | 45 | 0 | F | E1 | 56 | 2E |
| Octal | 21 | 104 | 332 | 134 | 105 | 0 | 17 | 341 | 126 | 56 |
| Binary | 10001 | 1000100 | 11011010 | 1011100 | 1000101 | 0 | 1111 | 11100001 | 1010110 | 101110 |
Color Harmonies of #1144DA
Complementary color
Monochromatic Colors of #1144DA
Black with #1144DA
Text Example
Text Example
White with #1144DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1144DA; }
p { color: rgb(17,68,218); }
H1.HeaderClassName
{
color: #1144DA;
}
.AnyTagClassName
{
color: #1144DA;
}
</style>
background-color css
<style>
a { background-color: #1144DA; }
a { background-color: rgb(17,68,218); }
div.DivClassName
{
background-color: #1144DA;
}
.BgClassName
{
background-color: #1144DA;
}
</style>
border-color css
<style>
span { border-color: #1144DA; }
span { border-color: rgb(17,68,218); }
td.TdClassName
{
border-color: #1144DA;
}
.TagClassName
{
border-color: #1144DA;
}
</style>