Shades of Persian Blue #1636DB
Tints of Persian Blue #1636DB
RGB
CMYK
RGB Variations
Color information
#1636DB (or 0x1636DB) is known color: Persian Blue. HEX triplet: 16, 36 and DB. RGB value is (22,54,219). Sum of RGB (Red+Green+Blue) = 22+54+219=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #1636DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1636DB is #E9C924. Grayscale: #3E3E3E. Windows color (decimal): -15321381 or 14366230. OLE color: 14366230.
HSL color Cylindrical-coordinate representation of color #1636DB: hue angle of 230.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1636DB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 54 | 219 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.14 |
| HSL | 230.25º | 0.82% | 0.47% | - |
| HSV(B) | 230.25º | 0.9% | 0.86% | - |
| XYZ | 14.44 | 7.92 | 67.79 | - |
| YUV | 63.24 | 215.9 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 219 | 0.90 | 0.75 | 0 | 0.14 | 230.25 | 0.82 | 0.47 |
| Hex | 16 | 36 | DB | 5A | 4B | 0 | E | E6 | 52 | 2F |
| Octal | 26 | 66 | 333 | 132 | 113 | 0 | 16 | 346 | 122 | 57 |
| Binary | 10110 | 110110 | 11011011 | 1011010 | 1001011 | 0 | 1110 | 11100110 | 1010010 | 101111 |
Color Harmonies of #1636DB
Complementary color
Monochromatic Colors of #1636DB
Black with #1636DB
Text Example
Text Example
White with #1636DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1636DB; }
p { color: rgb(22,54,219); }
H1.HeaderClassName
{
color: #1636DB;
}
.AnyTagClassName
{
color: #1636DB;
}
</style>
background-color css
<style>
a { background-color: #1636DB; }
a { background-color: rgb(22,54,219); }
div.DivClassName
{
background-color: #1636DB;
}
.BgClassName
{
background-color: #1636DB;
}
</style>
border-color css
<style>
span { border-color: #1636DB; }
span { border-color: rgb(22,54,219); }
td.TdClassName
{
border-color: #1636DB;
}
.TagClassName
{
border-color: #1636DB;
}
</style>