Shades of Persian Blue #1137F0
Tints of Persian Blue #1137F0
RGB
CMYK
RGB Variations
Color information
#1137F0 (or 0x1137F0) is known color: Persian Blue. HEX triplet: 11, 37 and F0. RGB value is (17,55,240). Sum of RGB (Red+Green+Blue) = 17+55+240=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 240 (94.14% from 255 or 76.92% from 312); Max value from RGB is 240 - color contains mainly: blue. Hex color #1137F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1137F0 is #EEC80F. Grayscale: #3F3F3F. Windows color (decimal): -15648784 or 15742737. OLE color: 15742737.
HSL color Cylindrical-coordinate representation of color #1137F0: hue angle of 229.78º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1137F0 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 55 | 240 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.06 |
| HSL | 229.78º | 0.88% | 0.5% | - |
| HSV(B) | 229.78º | 0.93% | 0.94% | - |
| XYZ | 17.33 | 9.14 | 83.29 | - |
| YUV | 64.73 | 226.91 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 240 | 0.93 | 0.77 | 0 | 0.06 | 229.78 | 0.88 | 0.5 |
| Hex | 11 | 37 | F0 | 5D | 4D | 0 | 6 | E6 | 58 | 32 |
| Octal | 21 | 67 | 360 | 135 | 115 | 0 | 6 | 346 | 130 | 62 |
| Binary | 10001 | 110111 | 11110000 | 1011101 | 1001101 | 0 | 110 | 11100110 | 1011000 | 110010 |
Color Harmonies of #1137F0
Complementary color
Monochromatic Colors of #1137F0
Black with #1137F0
Text Example
Text Example
White with #1137F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1137F0; }
p { color: rgb(17,55,240); }
H1.HeaderClassName
{
color: #1137F0;
}
.AnyTagClassName
{
color: #1137F0;
}
</style>
background-color css
<style>
a { background-color: #1137F0; }
a { background-color: rgb(17,55,240); }
div.DivClassName
{
background-color: #1137F0;
}
.BgClassName
{
background-color: #1137F0;
}
</style>
border-color css
<style>
span { border-color: #1137F0; }
span { border-color: rgb(17,55,240); }
td.TdClassName
{
border-color: #1137F0;
}
.TagClassName
{
border-color: #1137F0;
}
</style>