Shades of Persian Blue #1638D9
Tints of Persian Blue #1638D9
RGB
CMYK
RGB Variations
Color information
#1638D9 (or 0x1638D9) is known color: Persian Blue. HEX triplet: 16, 38 and D9. RGB value is (22,56,217). Sum of RGB (Red+Green+Blue) = 22+56+217=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 217 (85.16% from 255 or 73.56% from 295); Max value from RGB is 217 - color contains mainly: blue. Hex color #1638D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1638D9 is #E9C726. Grayscale: #3F3F3F. Windows color (decimal): -15320871 or 14235670. OLE color: 14235670.
HSL color Cylindrical-coordinate representation of color #1638D9: hue angle of 229.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1638D9 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 56 | 217 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.15 |
| HSL | 229.54º | 0.82% | 0.47% | - |
| HSV(B) | 229.54º | 0.9% | 0.85% | - |
| XYZ | 14.27 | 8.01 | 66.44 | - |
| YUV | 64.19 | 214.24 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 217 | 0.90 | 0.74 | 0 | 0.15 | 229.54 | 0.82 | 0.47 |
| Hex | 16 | 38 | D9 | 5A | 4A | 0 | F | E6 | 52 | 2F |
| Octal | 26 | 70 | 331 | 132 | 112 | 0 | 17 | 346 | 122 | 57 |
| Binary | 10110 | 111000 | 11011001 | 1011010 | 1001010 | 0 | 1111 | 11100110 | 1010010 | 101111 |
Color Harmonies of #1638D9
Complementary color
Monochromatic Colors of #1638D9
Black with #1638D9
Text Example
Text Example
White with #1638D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1638D9; }
p { color: rgb(22,56,217); }
H1.HeaderClassName
{
color: #1638D9;
}
.AnyTagClassName
{
color: #1638D9;
}
</style>
background-color css
<style>
a { background-color: #1638D9; }
a { background-color: rgb(22,56,217); }
div.DivClassName
{
background-color: #1638D9;
}
.BgClassName
{
background-color: #1638D9;
}
</style>
border-color css
<style>
span { border-color: #1638D9; }
span { border-color: rgb(22,56,217); }
td.TdClassName
{
border-color: #1638D9;
}
.TagClassName
{
border-color: #1638D9;
}
</style>