Shades of Persian Blue #1639CF
Tints of Persian Blue #1639CF
RGB
CMYK
RGB Variations
Color information
#1639CF (or 0x1639CF) is known color: Persian Blue. HEX triplet: 16, 39 and CF. RGB value is (22,57,207). Sum of RGB (Red+Green+Blue) = 22+57+207=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #1639CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1639CF is #E9C630. Grayscale: #3F3F3F. Windows color (decimal): -15320625 or 13580566. OLE color: 13580566.
HSL color Cylindrical-coordinate representation of color #1639CF: hue angle of 228.65º 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 #1639CF is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 57 | 207 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.19 |
| HSL | 228.65º | 0.81% | 0.45% | - |
| HSV(B) | 228.65º | 0.89% | 0.81% | - |
| XYZ | 13.06 | 7.6 | 59.81 | - |
| YUV | 63.64 | 208.9 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 207 | 0.89 | 0.72 | 0 | 0.19 | 228.65 | 0.81 | 0.45 |
| Hex | 16 | 39 | CF | 59 | 48 | 0 | 13 | E5 | 51 | 2D |
| Octal | 26 | 71 | 317 | 131 | 110 | 0 | 23 | 345 | 121 | 55 |
| Binary | 10110 | 111001 | 11001111 | 1011001 | 1001000 | 0 | 10011 | 11100101 | 1010001 | 101101 |
Color Harmonies of #1639CF
Complementary color
Monochromatic Colors of #1639CF
Black with #1639CF
Text Example
Text Example
White with #1639CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1639CF; }
p { color: rgb(22,57,207); }
H1.HeaderClassName
{
color: #1639CF;
}
.AnyTagClassName
{
color: #1639CF;
}
</style>
background-color css
<style>
a { background-color: #1639CF; }
a { background-color: rgb(22,57,207); }
div.DivClassName
{
background-color: #1639CF;
}
.BgClassName
{
background-color: #1639CF;
}
</style>
border-color css
<style>
span { border-color: #1639CF; }
span { border-color: rgb(22,57,207); }
td.TdClassName
{
border-color: #1639CF;
}
.TagClassName
{
border-color: #1639CF;
}
</style>