Shades of Persian Blue #1144CA
Tints of Persian Blue #1144CA
RGB
CMYK
RGB Variations
Color information
#1144CA (or 0x1144CA) is known color: Persian Blue. HEX triplet: 11, 44 and CA. RGB value is (17,68,202). Sum of RGB (Red+Green+Blue) = 17+68+202=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #1144CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1144CA is #EEBB35. Grayscale: #434343. Windows color (decimal): -15645494 or 13255697. OLE color: 13255697.
HSL color Cylindrical-coordinate representation of color #1144CA: hue angle of 223.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1144CA is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 68 | 202 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.21 |
| HSL | 223.46º | 0.84% | 0.43% | - |
| HSV(B) | 223.46º | 0.92% | 0.79% | - |
| XYZ | 12.96 | 8.52 | 56.84 | - |
| YUV | 68.03 | 203.6 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 202 | 0.92 | 0.66 | 0 | 0.21 | 223.46 | 0.84 | 0.43 |
| Hex | 11 | 44 | CA | 5C | 42 | 0 | 15 | DF | 54 | 2B |
| Octal | 21 | 104 | 312 | 134 | 102 | 0 | 25 | 337 | 124 | 53 |
| Binary | 10001 | 1000100 | 11001010 | 1011100 | 1000010 | 0 | 10101 | 11011111 | 1010100 | 101011 |
Color Harmonies of #1144CA
Complementary color
Monochromatic Colors of #1144CA
Black with #1144CA
Text Example
Text Example
White with #1144CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1144CA; }
p { color: rgb(17,68,202); }
H1.HeaderClassName
{
color: #1144CA;
}
.AnyTagClassName
{
color: #1144CA;
}
</style>
background-color css
<style>
a { background-color: #1144CA; }
a { background-color: rgb(17,68,202); }
div.DivClassName
{
background-color: #1144CA;
}
.BgClassName
{
background-color: #1144CA;
}
</style>
border-color css
<style>
span { border-color: #1144CA; }
span { border-color: rgb(17,68,202); }
td.TdClassName
{
border-color: #1144CA;
}
.TagClassName
{
border-color: #1144CA;
}
</style>