Shades of Persian Blue #1636F2
Tints of Persian Blue #1636F2
RGB
CMYK
RGB Variations
Color information
#1636F2 (or 0x1636F2) is known color: Persian Blue. HEX triplet: 16, 36 and F2. RGB value is (22,54,242). Sum of RGB (Red+Green+Blue) = 22+54+242=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 242 (94.92% from 255 or 76.10% from 318); Max value from RGB is 242 - color contains mainly: blue. Hex color #1636F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1636F2 is #E9C90D. Grayscale: #414141. Windows color (decimal): -15321358 or 15873558. OLE color: 15873558.
HSL color Cylindrical-coordinate representation of color #1636F2: hue angle of 231.27º 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 #1636F2 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 54 | 242 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.05 |
| HSL | 231.27º | 0.89% | 0.52% | - |
| HSV(B) | 231.27º | 0.91% | 0.95% | - |
| XYZ | 17.68 | 9.22 | 84.85 | - |
| YUV | 65.86 | 227.4 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 242 | 0.91 | 0.78 | 0 | 0.05 | 231.27 | 0.89 | 0.52 |
| Hex | 16 | 36 | F2 | 5B | 4E | 0 | 5 | E7 | 59 | 34 |
| Octal | 26 | 66 | 362 | 133 | 116 | 0 | 5 | 347 | 131 | 64 |
| Binary | 10110 | 110110 | 11110010 | 1011011 | 1001110 | 0 | 101 | 11100111 | 1011001 | 110100 |
Color Harmonies of #1636F2
Complementary color
Monochromatic Colors of #1636F2
Black with #1636F2
Text Example
Text Example
White with #1636F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1636F2; }
p { color: rgb(22,54,242); }
H1.HeaderClassName
{
color: #1636F2;
}
.AnyTagClassName
{
color: #1636F2;
}
</style>
background-color css
<style>
a { background-color: #1636F2; }
a { background-color: rgb(22,54,242); }
div.DivClassName
{
background-color: #1636F2;
}
.BgClassName
{
background-color: #1636F2;
}
</style>
border-color css
<style>
span { border-color: #1636F2; }
span { border-color: rgb(22,54,242); }
td.TdClassName
{
border-color: #1636F2;
}
.TagClassName
{
border-color: #1636F2;
}
</style>