Shades of Persian Blue #1144BE
Tints of Persian Blue #1144BE
RGB
CMYK
RGB Variations
Color information
#1144BE (or 0x1144BE) is known color: Persian Blue. HEX triplet: 11, 44 and BE. RGB value is (17,68,190). Sum of RGB (Red+Green+Blue) = 17+68+190=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #1144BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1144BE is #EEBB41. Grayscale: #424242. Windows color (decimal): -15645506 or 12469265. OLE color: 12469265.
HSL color Cylindrical-coordinate representation of color #1144BE: hue angle of 222.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1144BE is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 68 | 190 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.25 |
| HSL | 222.31º | 0.84% | 0.41% | - |
| HSV(B) | 222.31º | 0.91% | 0.75% | - |
| XYZ | 11.59 | 7.97 | 49.64 | - |
| YUV | 66.66 | 197.6 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 190 | 0.91 | 0.64 | 0 | 0.25 | 222.31 | 0.84 | 0.41 |
| Hex | 11 | 44 | BE | 5B | 40 | 0 | 19 | DE | 54 | 29 |
| Octal | 21 | 104 | 276 | 133 | 100 | 0 | 31 | 336 | 124 | 51 |
| Binary | 10001 | 1000100 | 10111110 | 1011011 | 1000000 | 0 | 11001 | 11011110 | 1010100 | 101001 |
Color Harmonies of #1144BE
Complementary color
Monochromatic Colors of #1144BE
Black with #1144BE
Text Example
Text Example
White with #1144BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1144BE; }
p { color: rgb(17,68,190); }
H1.HeaderClassName
{
color: #1144BE;
}
.AnyTagClassName
{
color: #1144BE;
}
</style>
background-color css
<style>
a { background-color: #1144BE; }
a { background-color: rgb(17,68,190); }
div.DivClassName
{
background-color: #1144BE;
}
.BgClassName
{
background-color: #1144BE;
}
</style>
border-color css
<style>
span { border-color: #1144BE; }
span { border-color: rgb(17,68,190); }
td.TdClassName
{
border-color: #1144BE;
}
.TagClassName
{
border-color: #1144BE;
}
</style>