Shades of Persian Blue #1637F1
Tints of Persian Blue #1637F1
RGB
CMYK
RGB Variations
Color information
#1637F1 (or 0x1637F1) is known color: Persian Blue. HEX triplet: 16, 37 and F1. RGB value is (22,55,241). Sum of RGB (Red+Green+Blue) = 22+55+241=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 241 (94.53% from 255 or 75.79% from 318); Max value from RGB is 241 - color contains mainly: blue. Hex color #1637F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1637F1 is #E9C80E. Grayscale: #414141. Windows color (decimal): -15321103 or 15808278. OLE color: 15808278.
HSL color Cylindrical-coordinate representation of color #1637F1: hue angle of 230.96º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1637F1 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 55 | 241 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.05 |
| HSL | 230.96º | 0.89% | 0.52% | - |
| HSV(B) | 230.96º | 0.91% | 0.95% | - |
| XYZ | 17.57 | 9.25 | 84.08 | - |
| YUV | 66.34 | 226.57 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 241 | 0.91 | 0.77 | 0 | 0.05 | 230.96 | 0.89 | 0.52 |
| Hex | 16 | 37 | F1 | 5B | 4D | 0 | 5 | E7 | 59 | 34 |
| Octal | 26 | 67 | 361 | 133 | 115 | 0 | 5 | 347 | 131 | 64 |
| Binary | 10110 | 110111 | 11110001 | 1011011 | 1001101 | 0 | 101 | 11100111 | 1011001 | 110100 |
Color Harmonies of #1637F1
Complementary color
Monochromatic Colors of #1637F1
Black with #1637F1
Text Example
Text Example
White with #1637F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1637F1; }
p { color: rgb(22,55,241); }
H1.HeaderClassName
{
color: #1637F1;
}
.AnyTagClassName
{
color: #1637F1;
}
</style>
background-color css
<style>
a { background-color: #1637F1; }
a { background-color: rgb(22,55,241); }
div.DivClassName
{
background-color: #1637F1;
}
.BgClassName
{
background-color: #1637F1;
}
</style>
border-color css
<style>
span { border-color: #1637F1; }
span { border-color: rgb(22,55,241); }
td.TdClassName
{
border-color: #1637F1;
}
.TagClassName
{
border-color: #1637F1;
}
</style>