Shades of Persian Blue #1721B9
Tints of Persian Blue #1721B9
RGB
CMYK
RGB Variations
Color information
#1721B9 (or 0x1721B9) is known color: Persian Blue. HEX triplet: 17, 21 and B9. RGB value is (23,33,185). Sum of RGB (Red+Green+Blue) = 23+33+185=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 185 (72.66% from 255 or 76.76% from 241); Max value from RGB is 185 - color contains mainly: blue. Hex color #1721B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1721B9 is #E8DE46. Grayscale: #2E2E2E. Windows color (decimal): -15261255 or 12132631. OLE color: 12132631.
HSL color Cylindrical-coordinate representation of color #1721B9: hue angle of 236.3º 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 #1721B9 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 33 | 185 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.27 |
| HSL | 236.3º | 0.78% | 0.41% | - |
| HSV(B) | 236.3º | 0.88% | 0.73% | - |
| XYZ | 9.65 | 4.77 | 46.31 | - |
| YUV | 47.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 185 | 0.88 | 0.82 | 0 | 0.27 | 236.3 | 0.78 | 0.41 |
| Hex | 17 | 21 | B9 | 58 | 52 | 0 | 1B | EC | 4E | 29 |
| Octal | 27 | 41 | 271 | 130 | 122 | 0 | 33 | 354 | 116 | 51 |
| Binary | 10111 | 100001 | 10111001 | 1011000 | 1010010 | 0 | 11011 | 11101100 | 1001110 | 101001 |
Color Harmonies of #1721B9
Complementary color
Monochromatic Colors of #1721B9
Black with #1721B9
Text Example
Text Example
White with #1721B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1721B9; }
p { color: rgb(23,33,185); }
H1.HeaderClassName
{
color: #1721B9;
}
.AnyTagClassName
{
color: #1721B9;
}
</style>
background-color css
<style>
a { background-color: #1721B9; }
a { background-color: rgb(23,33,185); }
div.DivClassName
{
background-color: #1721B9;
}
.BgClassName
{
background-color: #1721B9;
}
</style>
border-color css
<style>
span { border-color: #1721B9; }
span { border-color: rgb(23,33,185); }
td.TdClassName
{
border-color: #1721B9;
}
.TagClassName
{
border-color: #1721B9;
}
</style>