Shades of Persian Blue #1639CE
Tints of Persian Blue #1639CE
RGB
CMYK
RGB Variations
Color information
#1639CE (or 0x1639CE) is known color: Persian Blue. HEX triplet: 16, 39 and CE. RGB value is (22,57,206). Sum of RGB (Red+Green+Blue) = 22+57+206=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #1639CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1639CE is #E9C631. Grayscale: #3E3E3E. Windows color (decimal): -15320626 or 13515030. OLE color: 13515030.
HSL color Cylindrical-coordinate representation of color #1639CE: hue angle of 228.59º 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 #1639CE is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 57 | 206 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.19 |
| HSL | 228.59º | 0.81% | 0.45% | - |
| HSV(B) | 228.59º | 0.89% | 0.81% | - |
| XYZ | 12.93 | 7.55 | 59.17 | - |
| YUV | 63.52 | 208.4 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 206 | 0.89 | 0.72 | 0 | 0.19 | 228.59 | 0.81 | 0.45 |
| Hex | 16 | 39 | CE | 59 | 48 | 0 | 13 | E5 | 51 | 2D |
| Octal | 26 | 71 | 316 | 131 | 110 | 0 | 23 | 345 | 121 | 55 |
| Binary | 10110 | 111001 | 11001110 | 1011001 | 1001000 | 0 | 10011 | 11100101 | 1010001 | 101101 |
Color Harmonies of #1639CE
Complementary color
Monochromatic Colors of #1639CE
Black with #1639CE
Text Example
Text Example
White with #1639CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1639CE; }
p { color: rgb(22,57,206); }
H1.HeaderClassName
{
color: #1639CE;
}
.AnyTagClassName
{
color: #1639CE;
}
</style>
background-color css
<style>
a { background-color: #1639CE; }
a { background-color: rgb(22,57,206); }
div.DivClassName
{
background-color: #1639CE;
}
.BgClassName
{
background-color: #1639CE;
}
</style>
border-color css
<style>
span { border-color: #1639CE; }
span { border-color: rgb(22,57,206); }
td.TdClassName
{
border-color: #1639CE;
}
.TagClassName
{
border-color: #1639CE;
}
</style>