Shades of Persian Blue #1139CC
Tints of Persian Blue #1139CC
RGB
CMYK
RGB Variations
Color information
#1139CC (or 0x1139CC) is known color: Persian Blue. HEX triplet: 11, 39 and CC. RGB value is (17,57,204). Sum of RGB (Red+Green+Blue) = 17+57+204=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #1139CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1139CC is #EEC633. Grayscale: #3D3D3D. Windows color (decimal): -15648308 or 13383953. OLE color: 13383953.
HSL color Cylindrical-coordinate representation of color #1139CC: hue angle of 227.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1139CC is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 57 | 204 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.2 |
| HSL | 227.17º | 0.85% | 0.43% | - |
| HSV(B) | 227.17º | 0.92% | 0.8% | - |
| XYZ | 12.59 | 7.41 | 57.89 | - |
| YUV | 61.8 | 208.25 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 204 | 0.92 | 0.72 | 0 | 0.2 | 227.17 | 0.85 | 0.43 |
| Hex | 11 | 39 | CC | 5C | 48 | 0 | 14 | E3 | 55 | 2B |
| Octal | 21 | 71 | 314 | 134 | 110 | 0 | 24 | 343 | 125 | 53 |
| Binary | 10001 | 111001 | 11001100 | 1011100 | 1001000 | 0 | 10100 | 11100011 | 1010101 | 101011 |
Color Harmonies of #1139CC
Complementary color
Monochromatic Colors of #1139CC
Black with #1139CC
Text Example
Text Example
White with #1139CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1139CC; }
p { color: rgb(17,57,204); }
H1.HeaderClassName
{
color: #1139CC;
}
.AnyTagClassName
{
color: #1139CC;
}
</style>
background-color css
<style>
a { background-color: #1139CC; }
a { background-color: rgb(17,57,204); }
div.DivClassName
{
background-color: #1139CC;
}
.BgClassName
{
background-color: #1139CC;
}
</style>
border-color css
<style>
span { border-color: #1139CC; }
span { border-color: rgb(17,57,204); }
td.TdClassName
{
border-color: #1139CC;
}
.TagClassName
{
border-color: #1139CC;
}
</style>