Shades of Persian Blue #1136CF
Tints of Persian Blue #1136CF
RGB
CMYK
RGB Variations
Color information
#1136CF (or 0x1136CF) is known color: Persian Blue. HEX triplet: 11, 36 and CF. RGB value is (17,54,207). Sum of RGB (Red+Green+Blue) = 17+54+207=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #1136CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1136CF is #EEC930. Grayscale: #3B3B3B. Windows color (decimal): -15649073 or 13579793. OLE color: 13579793.
HSL color Cylindrical-coordinate representation of color #1136CF: hue angle of 228.32º 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 #1136CF is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 54 | 207 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.19 |
| HSL | 228.32º | 0.85% | 0.44% | - |
| HSV(B) | 228.32º | 0.92% | 0.81% | - |
| XYZ | 12.81 | 7.26 | 59.76 | - |
| YUV | 60.38 | 210.74 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 207 | 0.92 | 0.74 | 0 | 0.19 | 228.32 | 0.85 | 0.44 |
| Hex | 11 | 36 | CF | 5C | 4A | 0 | 13 | E4 | 55 | 2C |
| Octal | 21 | 66 | 317 | 134 | 112 | 0 | 23 | 344 | 125 | 54 |
| Binary | 10001 | 110110 | 11001111 | 1011100 | 1001010 | 0 | 10011 | 11100100 | 1010101 | 101100 |
Color Harmonies of #1136CF
Complementary color
Monochromatic Colors of #1136CF
Black with #1136CF
Text Example
Text Example
White with #1136CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1136CF; }
p { color: rgb(17,54,207); }
H1.HeaderClassName
{
color: #1136CF;
}
.AnyTagClassName
{
color: #1136CF;
}
</style>
background-color css
<style>
a { background-color: #1136CF; }
a { background-color: rgb(17,54,207); }
div.DivClassName
{
background-color: #1136CF;
}
.BgClassName
{
background-color: #1136CF;
}
</style>
border-color css
<style>
span { border-color: #1136CF; }
span { border-color: rgb(17,54,207); }
td.TdClassName
{
border-color: #1136CF;
}
.TagClassName
{
border-color: #1136CF;
}
</style>