Shades of Persian Blue #1128DA
Tints of Persian Blue #1128DA
RGB
CMYK
RGB Variations
Color information
#1128DA (or 0x1128DA) is known color: Persian Blue. HEX triplet: 11, 28 and DA. RGB value is (17,40,218). Sum of RGB (Red+Green+Blue) = 17+40+218=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 218 (85.55% from 255 or 79.27% from 275); Max value from RGB is 218 - color contains mainly: blue. Hex color #1128DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1128DA is #EED725. Grayscale: #343434. Windows color (decimal): -15652646 or 14297105. OLE color: 14297105.
HSL color Cylindrical-coordinate representation of color #1128DA: hue angle of 233.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1128DA is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 40 | 218 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.15 |
| HSL | 233.13º | 0.86% | 0.46% | - |
| HSV(B) | 233.13º | 0.92% | 0.85% | - |
| XYZ | 13.64 | 6.7 | 66.9 | - |
| YUV | 53.42 | 220.88 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 218 | 0.92 | 0.82 | 0 | 0.15 | 233.13 | 0.86 | 0.46 |
| Hex | 11 | 28 | DA | 5C | 52 | 0 | F | E9 | 56 | 2E |
| Octal | 21 | 50 | 332 | 134 | 122 | 0 | 17 | 351 | 126 | 56 |
| Binary | 10001 | 101000 | 11011010 | 1011100 | 1010010 | 0 | 1111 | 11101001 | 1010110 | 101110 |
Color Harmonies of #1128DA
Complementary color
Monochromatic Colors of #1128DA
Black with #1128DA
Text Example
Text Example
White with #1128DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1128DA; }
p { color: rgb(17,40,218); }
H1.HeaderClassName
{
color: #1128DA;
}
.AnyTagClassName
{
color: #1128DA;
}
</style>
background-color css
<style>
a { background-color: #1128DA; }
a { background-color: rgb(17,40,218); }
div.DivClassName
{
background-color: #1128DA;
}
.BgClassName
{
background-color: #1128DA;
}
</style>
border-color css
<style>
span { border-color: #1128DA; }
span { border-color: rgb(17,40,218); }
td.TdClassName
{
border-color: #1128DA;
}
.TagClassName
{
border-color: #1128DA;
}
</style>