Shades of Persian Blue #1637D1
Tints of Persian Blue #1637D1
RGB
CMYK
RGB Variations
Color information
#1637D1 (or 0x1637D1) is known color: Persian Blue. HEX triplet: 16, 37 and D1. RGB value is (22,55,209). Sum of RGB (Red+Green+Blue) = 22+55+209=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 209 (82.03% from 255 or 73.08% from 286); Max value from RGB is 209 - color contains mainly: blue. Hex color #1637D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1637D1 is #E9C82E. Grayscale: #3E3E3E. Windows color (decimal): -15321135 or 13711126. OLE color: 13711126.
HSL color Cylindrical-coordinate representation of color #1637D1: hue angle of 229.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1637D1 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 55 | 209 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.18 |
| HSL | 229.41º | 0.81% | 0.45% | - |
| HSV(B) | 229.41º | 0.89% | 0.82% | - |
| XYZ | 13.21 | 7.51 | 61.07 | - |
| YUV | 62.69 | 210.57 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 209 | 0.89 | 0.74 | 0 | 0.18 | 229.41 | 0.81 | 0.45 |
| Hex | 16 | 37 | D1 | 59 | 4A | 0 | 12 | E5 | 51 | 2D |
| Octal | 26 | 67 | 321 | 131 | 112 | 0 | 22 | 345 | 121 | 55 |
| Binary | 10110 | 110111 | 11010001 | 1011001 | 1001010 | 0 | 10010 | 11100101 | 1010001 | 101101 |
Color Harmonies of #1637D1
Complementary color
Monochromatic Colors of #1637D1
Black with #1637D1
Text Example
Text Example
White with #1637D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1637D1; }
p { color: rgb(22,55,209); }
H1.HeaderClassName
{
color: #1637D1;
}
.AnyTagClassName
{
color: #1637D1;
}
</style>
background-color css
<style>
a { background-color: #1637D1; }
a { background-color: rgb(22,55,209); }
div.DivClassName
{
background-color: #1637D1;
}
.BgClassName
{
background-color: #1637D1;
}
</style>
border-color css
<style>
span { border-color: #1637D1; }
span { border-color: rgb(22,55,209); }
td.TdClassName
{
border-color: #1637D1;
}
.TagClassName
{
border-color: #1637D1;
}
</style>