Shades of Persian Blue #1721BA
Tints of Persian Blue #1721BA
RGB
CMYK
RGB Variations
Color information
#1721BA (or 0x1721BA) is known color: Persian Blue. HEX triplet: 17, 21 and BA. RGB value is (23,33,186). Sum of RGB (Red+Green+Blue) = 23+33+186=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #1721BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1721BA is #E8DE45. Grayscale: #2E2E2E. Windows color (decimal): -15261254 or 12198167. OLE color: 12198167.
HSL color Cylindrical-coordinate representation of color #1721BA: hue angle of 236.32º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1721BA is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 33 | 186 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.27 |
| HSL | 236.32º | 0.78% | 0.41% | - |
| HSV(B) | 236.32º | 0.88% | 0.73% | - |
| XYZ | 9.76 | 4.82 | 46.87 | - |
| YUV | 47.45 | 206.19 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 186 | 0.88 | 0.82 | 0 | 0.27 | 236.32 | 0.78 | 0.41 |
| Hex | 17 | 21 | BA | 58 | 52 | 0 | 1B | EC | 4E | 29 |
| Octal | 27 | 41 | 272 | 130 | 122 | 0 | 33 | 354 | 116 | 51 |
| Binary | 10111 | 100001 | 10111010 | 1011000 | 1010010 | 0 | 11011 | 11101100 | 1001110 | 101001 |
Color Harmonies of #1721BA
Complementary color
Monochromatic Colors of #1721BA
Black with #1721BA
Text Example
Text Example
White with #1721BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1721BA; }
p { color: rgb(23,33,186); }
H1.HeaderClassName
{
color: #1721BA;
}
.AnyTagClassName
{
color: #1721BA;
}
</style>
background-color css
<style>
a { background-color: #1721BA; }
a { background-color: rgb(23,33,186); }
div.DivClassName
{
background-color: #1721BA;
}
.BgClassName
{
background-color: #1721BA;
}
</style>
border-color css
<style>
span { border-color: #1721BA; }
span { border-color: rgb(23,33,186); }
td.TdClassName
{
border-color: #1721BA;
}
.TagClassName
{
border-color: #1721BA;
}
</style>