Shades of Persian Blue #1636DF
Tints of Persian Blue #1636DF
RGB
CMYK
RGB Variations
Color information
#1636DF (or 0x1636DF) is known color: Persian Blue. HEX triplet: 16, 36 and DF. RGB value is (22,54,223). Sum of RGB (Red+Green+Blue) = 22+54+223=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #1636DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1636DF is #E9C920. Grayscale: #3E3E3E. Windows color (decimal): -15321377 or 14628374. OLE color: 14628374.
HSL color Cylindrical-coordinate representation of color #1636DF: hue angle of 230.45º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1636DF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 54 | 223 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.13 |
| HSL | 230.45º | 0.82% | 0.48% | - |
| HSV(B) | 230.45º | 0.9% | 0.87% | - |
| XYZ | 14.97 | 8.14 | 70.59 | - |
| YUV | 63.7 | 217.9 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 223 | 0.90 | 0.76 | 0 | 0.13 | 230.45 | 0.82 | 0.48 |
| Hex | 16 | 36 | DF | 5A | 4C | 0 | D | E6 | 52 | 30 |
| Octal | 26 | 66 | 337 | 132 | 114 | 0 | 15 | 346 | 122 | 60 |
| Binary | 10110 | 110110 | 11011111 | 1011010 | 1001100 | 0 | 1101 | 11100110 | 1010010 | 110000 |
Color Harmonies of #1636DF
Complementary color
Monochromatic Colors of #1636DF
Black with #1636DF
Text Example
Text Example
White with #1636DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1636DF; }
p { color: rgb(22,54,223); }
H1.HeaderClassName
{
color: #1636DF;
}
.AnyTagClassName
{
color: #1636DF;
}
</style>
background-color css
<style>
a { background-color: #1636DF; }
a { background-color: rgb(22,54,223); }
div.DivClassName
{
background-color: #1636DF;
}
.BgClassName
{
background-color: #1636DF;
}
</style>
border-color css
<style>
span { border-color: #1636DF; }
span { border-color: rgb(22,54,223); }
td.TdClassName
{
border-color: #1636DF;
}
.TagClassName
{
border-color: #1636DF;
}
</style>