Shades of Persian Blue #1128DF
Tints of Persian Blue #1128DF
RGB
CMYK
RGB Variations
Color information
#1128DF (or 0x1128DF) is known color: Persian Blue. HEX triplet: 11, 28 and DF. RGB value is (17,40,223). Sum of RGB (Red+Green+Blue) = 17+40+223=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #1128DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1128DF is #EED720. Grayscale: #353535. Windows color (decimal): -15652641 or 14624785. OLE color: 14624785.
HSL color Cylindrical-coordinate representation of color #1128DF: hue angle of 233.3º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1128DF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 40 | 223 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.13 |
| HSL | 233.3º | 0.86% | 0.47% | - |
| HSV(B) | 233.3º | 0.92% | 0.87% | - |
| XYZ | 14.31 | 6.96 | 70.4 | - |
| YUV | 53.99 | 223.38 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 223 | 0.92 | 0.82 | 0 | 0.13 | 233.3 | 0.86 | 0.47 |
| Hex | 11 | 28 | DF | 5C | 52 | 0 | D | E9 | 56 | 2F |
| Octal | 21 | 50 | 337 | 134 | 122 | 0 | 15 | 351 | 126 | 57 |
| Binary | 10001 | 101000 | 11011111 | 1011100 | 1010010 | 0 | 1101 | 11101001 | 1010110 | 101111 |
Color Harmonies of #1128DF
Complementary color
Monochromatic Colors of #1128DF
Black with #1128DF
Text Example
Text Example
White with #1128DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128DF; }
p { color: rgb(17,40,223); }
H1.HeaderClassName
{
color: #1128DF;
}
.AnyTagClassName
{
color: #1128DF;
}
</style>
background-color css
<style>
a { background-color: #1128DF; }
a { background-color: rgb(17,40,223); }
div.DivClassName
{
background-color: #1128DF;
}
.BgClassName
{
background-color: #1128DF;
}
</style>
border-color css
<style>
span { border-color: #1128DF; }
span { border-color: rgb(17,40,223); }
td.TdClassName
{
border-color: #1128DF;
}
.TagClassName
{
border-color: #1128DF;
}
</style>