Shades of Persian Blue #1638BE
Tints of Persian Blue #1638BE
RGB
CMYK
RGB Variations
Color information
#1638BE (or 0x1638BE) is known color: Persian Blue. HEX triplet: 16, 38 and BE. RGB value is (22,56,190). Sum of RGB (Red+Green+Blue) = 22+56+190=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #1638BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1638BE is #E9C741. Grayscale: #3C3C3C. Windows color (decimal): -15320898 or 12466198. OLE color: 12466198.
HSL color Cylindrical-coordinate representation of color #1638BE: hue angle of 227.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1638BE is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 56 | 190 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.25 |
| HSL | 227.86º | 0.79% | 0.42% | - |
| HSV(B) | 227.86º | 0.88% | 0.75% | - |
| XYZ | 11.04 | 6.72 | 49.43 | - |
| YUV | 61.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 190 | 0.88 | 0.71 | 0 | 0.25 | 227.86 | 0.79 | 0.42 |
| Hex | 16 | 38 | BE | 58 | 47 | 0 | 19 | E4 | 4F | 2A |
| Octal | 26 | 70 | 276 | 130 | 107 | 0 | 31 | 344 | 117 | 52 |
| Binary | 10110 | 111000 | 10111110 | 1011000 | 1000111 | 0 | 11001 | 11100100 | 1001111 | 101010 |
Color Harmonies of #1638BE
Complementary color
Monochromatic Colors of #1638BE
Black with #1638BE
Text Example
Text Example
White with #1638BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1638BE; }
p { color: rgb(22,56,190); }
H1.HeaderClassName
{
color: #1638BE;
}
.AnyTagClassName
{
color: #1638BE;
}
</style>
background-color css
<style>
a { background-color: #1638BE; }
a { background-color: rgb(22,56,190); }
div.DivClassName
{
background-color: #1638BE;
}
.BgClassName
{
background-color: #1638BE;
}
</style>
border-color css
<style>
span { border-color: #1638BE; }
span { border-color: rgb(22,56,190); }
td.TdClassName
{
border-color: #1638BE;
}
.TagClassName
{
border-color: #1638BE;
}
</style>