Shades of Persian Blue #1143BC
Tints of Persian Blue #1143BC
RGB
CMYK
RGB Variations
Color information
#1143BC (or 0x1143BC) is known color: Persian Blue. HEX triplet: 11, 43 and BC. RGB value is (17,67,188). Sum of RGB (Red+Green+Blue) = 17+67+188=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #1143BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1143BC is #EEBC43. Grayscale: #414141. Windows color (decimal): -15645764 or 12337937. OLE color: 12337937.
HSL color Cylindrical-coordinate representation of color #1143BC: hue angle of 222.46º 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 #1143BC is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 67 | 188 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.26 |
| HSL | 222.46º | 0.83% | 0.4% | - |
| HSV(B) | 222.46º | 0.91% | 0.74% | - |
| XYZ | 11.32 | 7.76 | 48.48 | - |
| YUV | 65.84 | 196.94 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 188 | 0.91 | 0.64 | 0 | 0.26 | 222.46 | 0.83 | 0.4 |
| Hex | 11 | 43 | BC | 5B | 40 | 0 | 1A | DE | 53 | 28 |
| Octal | 21 | 103 | 274 | 133 | 100 | 0 | 32 | 336 | 123 | 50 |
| Binary | 10001 | 1000011 | 10111100 | 1011011 | 1000000 | 0 | 11010 | 11011110 | 1010011 | 101000 |
Color Harmonies of #1143BC
Complementary color
Monochromatic Colors of #1143BC
Black with #1143BC
Text Example
Text Example
White with #1143BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1143BC; }
p { color: rgb(17,67,188); }
H1.HeaderClassName
{
color: #1143BC;
}
.AnyTagClassName
{
color: #1143BC;
}
</style>
background-color css
<style>
a { background-color: #1143BC; }
a { background-color: rgb(17,67,188); }
div.DivClassName
{
background-color: #1143BC;
}
.BgClassName
{
background-color: #1143BC;
}
</style>
border-color css
<style>
span { border-color: #1143BC; }
span { border-color: rgb(17,67,188); }
td.TdClassName
{
border-color: #1143BC;
}
.TagClassName
{
border-color: #1143BC;
}
</style>