Shades of Persian Blue #1144D0
Tints of Persian Blue #1144D0
RGB
CMYK
RGB Variations
Color information
#1144D0 (or 0x1144D0) is known color: Persian Blue. HEX triplet: 11, 44 and D0. RGB value is (17,68,208). Sum of RGB (Red+Green+Blue) = 17+68+208=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #1144D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1144D0 is #EEBB2F. Grayscale: #444444. Windows color (decimal): -15645488 or 13648913. OLE color: 13648913.
HSL color Cylindrical-coordinate representation of color #1144D0: hue angle of 223.98º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1144D0 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 68 | 208 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.18 |
| HSL | 223.98º | 0.85% | 0.44% | - |
| HSV(B) | 223.98º | 0.92% | 0.82% | - |
| XYZ | 13.68 | 8.81 | 60.65 | - |
| YUV | 68.71 | 206.6 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 208 | 0.92 | 0.67 | 0 | 0.18 | 223.98 | 0.85 | 0.44 |
| Hex | 11 | 44 | D0 | 5C | 43 | 0 | 12 | E0 | 55 | 2C |
| Octal | 21 | 104 | 320 | 134 | 103 | 0 | 22 | 340 | 125 | 54 |
| Binary | 10001 | 1000100 | 11010000 | 1011100 | 1000011 | 0 | 10010 | 11100000 | 1010101 | 101100 |
Color Harmonies of #1144D0
Complementary color
Monochromatic Colors of #1144D0
Black with #1144D0
Text Example
Text Example
White with #1144D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1144D0; }
p { color: rgb(17,68,208); }
H1.HeaderClassName
{
color: #1144D0;
}
.AnyTagClassName
{
color: #1144D0;
}
</style>
background-color css
<style>
a { background-color: #1144D0; }
a { background-color: rgb(17,68,208); }
div.DivClassName
{
background-color: #1144D0;
}
.BgClassName
{
background-color: #1144D0;
}
</style>
border-color css
<style>
span { border-color: #1144D0; }
span { border-color: rgb(17,68,208); }
td.TdClassName
{
border-color: #1144D0;
}
.TagClassName
{
border-color: #1144D0;
}
</style>