Shades of Persian Blue #1638ED
Tints of Persian Blue #1638ED
RGB
CMYK
RGB Variations
Color information
#1638ED (or 0x1638ED) is known color: Persian Blue. HEX triplet: 16, 38 and ED. RGB value is (22,56,237). Sum of RGB (Red+Green+Blue) = 22+56+237=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #1638ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1638ED is #E9C712. Grayscale: #414141. Windows color (decimal): -15320851 or 15546390. OLE color: 15546390.
HSL color Cylindrical-coordinate representation of color #1638ED: hue angle of 230.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1638ED is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 56 | 237 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.07 |
| HSL | 230.51º | 0.86% | 0.51% | - |
| HSV(B) | 230.51º | 0.91% | 0.93% | - |
| XYZ | 17.03 | 9.11 | 80.98 | - |
| YUV | 66.47 | 224.24 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 237 | 0.91 | 0.76 | 0 | 0.07 | 230.51 | 0.86 | 0.51 |
| Hex | 16 | 38 | ED | 5B | 4C | 0 | 7 | E7 | 56 | 33 |
| Octal | 26 | 70 | 355 | 133 | 114 | 0 | 7 | 347 | 126 | 63 |
| Binary | 10110 | 111000 | 11101101 | 1011011 | 1001100 | 0 | 111 | 11100111 | 1010110 | 110011 |
Color Harmonies of #1638ED
Complementary color
Monochromatic Colors of #1638ED
Black with #1638ED
Text Example
Text Example
White with #1638ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1638ED; }
p { color: rgb(22,56,237); }
H1.HeaderClassName
{
color: #1638ED;
}
.AnyTagClassName
{
color: #1638ED;
}
</style>
background-color css
<style>
a { background-color: #1638ED; }
a { background-color: rgb(22,56,237); }
div.DivClassName
{
background-color: #1638ED;
}
.BgClassName
{
background-color: #1638ED;
}
</style>
border-color css
<style>
span { border-color: #1638ED; }
span { border-color: rgb(22,56,237); }
td.TdClassName
{
border-color: #1638ED;
}
.TagClassName
{
border-color: #1638ED;
}
</style>