Shades of Persian Blue #1119BA
Tints of Persian Blue #1119BA
RGB
CMYK
RGB Variations
Color information
#1119BA (or 0x1119BA) is known color: Persian Blue. HEX triplet: 11, 19 and BA. RGB value is (17,25,186). Sum of RGB (Red+Green+Blue) = 17+25+186=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #1119BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1119BA is #EEE645. Grayscale: #282828. Windows color (decimal): -15656518 or 12196113. OLE color: 12196113.
HSL color Cylindrical-coordinate representation of color #1119BA: hue angle of 237.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1119BA is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 25 | 186 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.27 |
| HSL | 237.16º | 0.83% | 0.4% | - |
| HSV(B) | 237.16º | 0.91% | 0.73% | - |
| XYZ | 9.44 | 4.36 | 46.8 | - |
| YUV | 40.96 | 209.85 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 186 | 0.91 | 0.87 | 0 | 0.27 | 237.16 | 0.83 | 0.4 |
| Hex | 11 | 19 | BA | 5B | 57 | 0 | 1B | ED | 53 | 28 |
| Octal | 21 | 31 | 272 | 133 | 127 | 0 | 33 | 355 | 123 | 50 |
| Binary | 10001 | 11001 | 10111010 | 1011011 | 1010111 | 0 | 11011 | 11101101 | 1010011 | 101000 |
Color Harmonies of #1119BA
Complementary color
Monochromatic Colors of #1119BA
Black with #1119BA
Text Example
Text Example
White with #1119BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1119BA; }
p { color: rgb(17,25,186); }
H1.HeaderClassName
{
color: #1119BA;
}
.AnyTagClassName
{
color: #1119BA;
}
</style>
background-color css
<style>
a { background-color: #1119BA; }
a { background-color: rgb(17,25,186); }
div.DivClassName
{
background-color: #1119BA;
}
.BgClassName
{
background-color: #1119BA;
}
</style>
border-color css
<style>
span { border-color: #1119BA; }
span { border-color: rgb(17,25,186); }
td.TdClassName
{
border-color: #1119BA;
}
.TagClassName
{
border-color: #1119BA;
}
</style>