Shades of Persian Blue #1121BD
Tints of Persian Blue #1121BD
RGB
CMYK
RGB Variations
Color information
#1121BD (or 0x1121BD) is known color: Persian Blue. HEX triplet: 11, 21 and BD. RGB value is (17,33,189). Sum of RGB (Red+Green+Blue) = 17+33+189=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #1121BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1121BD is #EEDE42. Grayscale: #2D2D2D. Windows color (decimal): -15654467 or 12394769. OLE color: 12394769.
HSL color Cylindrical-coordinate representation of color #1121BD: hue angle of 234.42º 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 #1121BD is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 33 | 189 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.26 |
| HSL | 234.42º | 0.83% | 0.4% | - |
| HSV(B) | 234.42º | 0.91% | 0.74% | - |
| XYZ | 9.96 | 4.88 | 48.56 | - |
| YUV | 46 | 208.7 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 189 | 0.91 | 0.83 | 0 | 0.26 | 234.42 | 0.83 | 0.4 |
| Hex | 11 | 21 | BD | 5B | 53 | 0 | 1A | EA | 53 | 28 |
| Octal | 21 | 41 | 275 | 133 | 123 | 0 | 32 | 352 | 123 | 50 |
| Binary | 10001 | 100001 | 10111101 | 1011011 | 1010011 | 0 | 11010 | 11101010 | 1010011 | 101000 |
Color Harmonies of #1121BD
Complementary color
Monochromatic Colors of #1121BD
Black with #1121BD
Text Example
Text Example
White with #1121BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1121BD; }
p { color: rgb(17,33,189); }
H1.HeaderClassName
{
color: #1121BD;
}
.AnyTagClassName
{
color: #1121BD;
}
</style>
background-color css
<style>
a { background-color: #1121BD; }
a { background-color: rgb(17,33,189); }
div.DivClassName
{
background-color: #1121BD;
}
.BgClassName
{
background-color: #1121BD;
}
</style>
border-color css
<style>
span { border-color: #1121BD; }
span { border-color: rgb(17,33,189); }
td.TdClassName
{
border-color: #1121BD;
}
.TagClassName
{
border-color: #1121BD;
}
</style>