Shades of Persian Blue #1130CC
Tints of Persian Blue #1130CC
RGB
CMYK
RGB Variations
Color information
#1130CC (or 0x1130CC) is known color: Persian Blue. HEX triplet: 11, 30 and CC. RGB value is (17,48,204). Sum of RGB (Red+Green+Blue) = 17+48+204=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #1130CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1130CC is #EECF33. Grayscale: #373737. Windows color (decimal): -15650612 or 13381649. OLE color: 13381649.
HSL color Cylindrical-coordinate representation of color #1130CC: hue angle of 230.05º 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 #1130CC is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 48 | 204 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.2 |
| HSL | 230.05º | 0.85% | 0.43% | - |
| HSV(B) | 230.05º | 0.92% | 0.8% | - |
| XYZ | 12.19 | 6.59 | 57.76 | - |
| YUV | 56.52 | 211.23 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 204 | 0.92 | 0.76 | 0 | 0.2 | 230.05 | 0.85 | 0.43 |
| Hex | 11 | 30 | CC | 5C | 4C | 0 | 14 | E6 | 55 | 2B |
| Octal | 21 | 60 | 314 | 134 | 114 | 0 | 24 | 346 | 125 | 53 |
| Binary | 10001 | 110000 | 11001100 | 1011100 | 1001100 | 0 | 10100 | 11100110 | 1010101 | 101011 |
Color Harmonies of #1130CC
Complementary color
Monochromatic Colors of #1130CC
Black with #1130CC
Text Example
Text Example
White with #1130CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1130CC; }
p { color: rgb(17,48,204); }
H1.HeaderClassName
{
color: #1130CC;
}
.AnyTagClassName
{
color: #1130CC;
}
</style>
background-color css
<style>
a { background-color: #1130CC; }
a { background-color: rgb(17,48,204); }
div.DivClassName
{
background-color: #1130CC;
}
.BgClassName
{
background-color: #1130CC;
}
</style>
border-color css
<style>
span { border-color: #1130CC; }
span { border-color: rgb(17,48,204); }
td.TdClassName
{
border-color: #1130CC;
}
.TagClassName
{
border-color: #1130CC;
}
</style>