Shades of Persian Blue #1137CF
Tints of Persian Blue #1137CF
RGB
CMYK
RGB Variations
Color information
#1137CF (or 0x1137CF) is known color: Persian Blue. HEX triplet: 11, 37 and CF. RGB value is (17,55,207). Sum of RGB (Red+Green+Blue) = 17+55+207=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #1137CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1137CF is #EEC830. Grayscale: #3C3C3C. Windows color (decimal): -15648817 or 13580049. OLE color: 13580049.
HSL color Cylindrical-coordinate representation of color #1137CF: hue angle of 228º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1137CF is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 55 | 207 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.19 |
| HSL | 228º | 0.85% | 0.44% | - |
| HSV(B) | 228º | 0.92% | 0.81% | - |
| XYZ | 12.86 | 7.36 | 59.77 | - |
| YUV | 60.97 | 210.41 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 207 | 0.92 | 0.73 | 0 | 0.19 | 228 | 0.85 | 0.44 |
| Hex | 11 | 37 | CF | 5C | 49 | 0 | 13 | E4 | 55 | 2C |
| Octal | 21 | 67 | 317 | 134 | 111 | 0 | 23 | 344 | 125 | 54 |
| Binary | 10001 | 110111 | 11001111 | 1011100 | 1001001 | 0 | 10011 | 11100100 | 1010101 | 101100 |
Color Harmonies of #1137CF
Complementary color
Monochromatic Colors of #1137CF
Black with #1137CF
Text Example
Text Example
White with #1137CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1137CF; }
p { color: rgb(17,55,207); }
H1.HeaderClassName
{
color: #1137CF;
}
.AnyTagClassName
{
color: #1137CF;
}
</style>
background-color css
<style>
a { background-color: #1137CF; }
a { background-color: rgb(17,55,207); }
div.DivClassName
{
background-color: #1137CF;
}
.BgClassName
{
background-color: #1137CF;
}
</style>
border-color css
<style>
span { border-color: #1137CF; }
span { border-color: rgb(17,55,207); }
td.TdClassName
{
border-color: #1137CF;
}
.TagClassName
{
border-color: #1137CF;
}
</style>