Shades of Persian Blue #1139CA
Tints of Persian Blue #1139CA
RGB
CMYK
RGB Variations
Color information
#1139CA (or 0x1139CA) is known color: Persian Blue. HEX triplet: 11, 39 and CA. RGB value is (17,57,202). Sum of RGB (Red+Green+Blue) = 17+57+202=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #1139CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1139CA is #EEC635. Grayscale: #3C3C3C. Windows color (decimal): -15648310 or 13252881. OLE color: 13252881.
HSL color Cylindrical-coordinate representation of color #1139CA: hue angle of 227.03º 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 #1139CA is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 57 | 202 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.21 |
| HSL | 227.03º | 0.84% | 0.43% | - |
| HSV(B) | 227.03º | 0.92% | 0.79% | - |
| XYZ | 12.35 | 7.31 | 56.64 | - |
| YUV | 61.57 | 207.25 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 202 | 0.92 | 0.72 | 0 | 0.21 | 227.03 | 0.84 | 0.43 |
| Hex | 11 | 39 | CA | 5C | 48 | 0 | 15 | E3 | 54 | 2B |
| Octal | 21 | 71 | 312 | 134 | 110 | 0 | 25 | 343 | 124 | 53 |
| Binary | 10001 | 111001 | 11001010 | 1011100 | 1001000 | 0 | 10101 | 11100011 | 1010100 | 101011 |
Color Harmonies of #1139CA
Complementary color
Monochromatic Colors of #1139CA
Black with #1139CA
Text Example
Text Example
White with #1139CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1139CA; }
p { color: rgb(17,57,202); }
H1.HeaderClassName
{
color: #1139CA;
}
.AnyTagClassName
{
color: #1139CA;
}
</style>
background-color css
<style>
a { background-color: #1139CA; }
a { background-color: rgb(17,57,202); }
div.DivClassName
{
background-color: #1139CA;
}
.BgClassName
{
background-color: #1139CA;
}
</style>
border-color css
<style>
span { border-color: #1139CA; }
span { border-color: rgb(17,57,202); }
td.TdClassName
{
border-color: #1139CA;
}
.TagClassName
{
border-color: #1139CA;
}
</style>