Shades of Persian Blue #1638CE
Tints of Persian Blue #1638CE
RGB
CMYK
RGB Variations
Color information
#1638CE (or 0x1638CE) is known color: Persian Blue. HEX triplet: 16, 38 and CE. RGB value is (22,56,206). Sum of RGB (Red+Green+Blue) = 22+56+206=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #1638CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1638CE is #E9C731. Grayscale: #3E3E3E. Windows color (decimal): -15320882 or 13514774. OLE color: 13514774.
HSL color Cylindrical-coordinate representation of color #1638CE: hue angle of 228.91º 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 #1638CE is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 56 | 206 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.19 |
| HSL | 228.91º | 0.81% | 0.45% | - |
| HSV(B) | 228.91º | 0.89% | 0.81% | - |
| XYZ | 12.89 | 7.46 | 59.15 | - |
| YUV | 62.93 | 208.74 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 206 | 0.89 | 0.73 | 0 | 0.19 | 228.91 | 0.81 | 0.45 |
| Hex | 16 | 38 | CE | 59 | 49 | 0 | 13 | E5 | 51 | 2D |
| Octal | 26 | 70 | 316 | 131 | 111 | 0 | 23 | 345 | 121 | 55 |
| Binary | 10110 | 111000 | 11001110 | 1011001 | 1001001 | 0 | 10011 | 11100101 | 1010001 | 101101 |
Color Harmonies of #1638CE
Complementary color
Monochromatic Colors of #1638CE
Black with #1638CE
Text Example
Text Example
White with #1638CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1638CE; }
p { color: rgb(22,56,206); }
H1.HeaderClassName
{
color: #1638CE;
}
.AnyTagClassName
{
color: #1638CE;
}
</style>
background-color css
<style>
a { background-color: #1638CE; }
a { background-color: rgb(22,56,206); }
div.DivClassName
{
background-color: #1638CE;
}
.BgClassName
{
background-color: #1638CE;
}
</style>
border-color css
<style>
span { border-color: #1638CE; }
span { border-color: rgb(22,56,206); }
td.TdClassName
{
border-color: #1638CE;
}
.TagClassName
{
border-color: #1638CE;
}
</style>