Shades of Persian Blue #1138BC
Tints of Persian Blue #1138BC
RGB
CMYK
RGB Variations
Color information
#1138BC (or 0x1138BC) is known color: Persian Blue. HEX triplet: 11, 38 and BC. RGB value is (17,56,188). Sum of RGB (Red+Green+Blue) = 17+56+188=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #1138BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1138BC is #EEC743. Grayscale: #3A3A3A. Windows color (decimal): -15648580 or 12335121. OLE color: 12335121.
HSL color Cylindrical-coordinate representation of color #1138BC: hue angle of 226.32º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1138BC is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 56 | 188 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.26 |
| HSL | 226.32º | 0.83% | 0.4% | - |
| HSV(B) | 226.32º | 0.91% | 0.74% | - |
| XYZ | 10.72 | 6.58 | 48.28 | - |
| YUV | 59.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 188 | 0.91 | 0.70 | 0 | 0.26 | 226.32 | 0.83 | 0.4 |
| Hex | 11 | 38 | BC | 5B | 46 | 0 | 1A | E2 | 53 | 28 |
| Octal | 21 | 70 | 274 | 133 | 106 | 0 | 32 | 342 | 123 | 50 |
| Binary | 10001 | 111000 | 10111100 | 1011011 | 1000110 | 0 | 11010 | 11100010 | 1010011 | 101000 |
Color Harmonies of #1138BC
Complementary color
Monochromatic Colors of #1138BC
Black with #1138BC
Text Example
Text Example
White with #1138BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1138BC; }
p { color: rgb(17,56,188); }
H1.HeaderClassName
{
color: #1138BC;
}
.AnyTagClassName
{
color: #1138BC;
}
</style>
background-color css
<style>
a { background-color: #1138BC; }
a { background-color: rgb(17,56,188); }
div.DivClassName
{
background-color: #1138BC;
}
.BgClassName
{
background-color: #1138BC;
}
</style>
border-color css
<style>
span { border-color: #1138BC; }
span { border-color: rgb(17,56,188); }
td.TdClassName
{
border-color: #1138BC;
}
.TagClassName
{
border-color: #1138BC;
}
</style>