Shades of Persian Blue #1637CE
Tints of Persian Blue #1637CE
RGB
CMYK
RGB Variations
Color information
#1637CE (or 0x1637CE) is known color: Persian Blue. HEX triplet: 16, 37 and CE. RGB value is (22,55,206). Sum of RGB (Red+Green+Blue) = 22+55+206=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #1637CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1637CE is #E9C831. Grayscale: #3D3D3D. Windows color (decimal): -15321138 or 13514518. OLE color: 13514518.
HSL color Cylindrical-coordinate representation of color #1637CE: hue angle of 229.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1637CE is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 55 | 206 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.19 |
| HSL | 229.24º | 0.81% | 0.45% | - |
| HSV(B) | 229.24º | 0.89% | 0.81% | - |
| XYZ | 12.84 | 7.36 | 59.14 | - |
| YUV | 62.35 | 209.07 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 206 | 0.89 | 0.73 | 0 | 0.19 | 229.24 | 0.81 | 0.45 |
| Hex | 16 | 37 | CE | 59 | 49 | 0 | 13 | E5 | 51 | 2D |
| Octal | 26 | 67 | 316 | 131 | 111 | 0 | 23 | 345 | 121 | 55 |
| Binary | 10110 | 110111 | 11001110 | 1011001 | 1001001 | 0 | 10011 | 11100101 | 1010001 | 101101 |
Color Harmonies of #1637CE
Complementary color
Monochromatic Colors of #1637CE
Black with #1637CE
Text Example
Text Example
White with #1637CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1637CE; }
p { color: rgb(22,55,206); }
H1.HeaderClassName
{
color: #1637CE;
}
.AnyTagClassName
{
color: #1637CE;
}
</style>
background-color css
<style>
a { background-color: #1637CE; }
a { background-color: rgb(22,55,206); }
div.DivClassName
{
background-color: #1637CE;
}
.BgClassName
{
background-color: #1637CE;
}
</style>
border-color css
<style>
span { border-color: #1637CE; }
span { border-color: rgb(22,55,206); }
td.TdClassName
{
border-color: #1637CE;
}
.TagClassName
{
border-color: #1637CE;
}
</style>