Shades of Persian Blue #1637DC
Tints of Persian Blue #1637DC
RGB
CMYK
RGB Variations
Color information
#1637DC (or 0x1637DC) is known color: Persian Blue. HEX triplet: 16, 37 and DC. RGB value is (22,55,220). Sum of RGB (Red+Green+Blue) = 22+55+220=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #1637DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1637DC is #E9C823. Grayscale: #3F3F3F. Windows color (decimal): -15321124 or 14432022. OLE color: 14432022.
HSL color Cylindrical-coordinate representation of color #1637DC: hue angle of 230º 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 #1637DC is Cyan = 0.9, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 55 | 220 | - |
| CMYK | 0.9 | 0.75 | 0 | 0.14 |
| HSL | 230º | 0.82% | 0.47% | - |
| HSV(B) | 230º | 0.9% | 0.86% | - |
| XYZ | 14.62 | 8.07 | 68.5 | - |
| YUV | 63.94 | 216.07 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 220 | 0.9 | 0.75 | 0 | 0.14 | 230 | 0.82 | 0.47 |
| Hex | 16 | 37 | DC | 5A | 4B | 0 | E | E6 | 52 | 2F |
| Octal | 26 | 67 | 334 | 132 | 113 | 0 | 16 | 346 | 122 | 57 |
| Binary | 10110 | 110111 | 11011100 | 1011010 | 1001011 | 0 | 1110 | 11100110 | 1010010 | 101111 |
Color Harmonies of #1637DC
Complementary color
Monochromatic Colors of #1637DC
Black with #1637DC
Text Example
Text Example
White with #1637DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1637DC; }
p { color: rgb(22,55,220); }
H1.HeaderClassName
{
color: #1637DC;
}
.AnyTagClassName
{
color: #1637DC;
}
</style>
background-color css
<style>
a { background-color: #1637DC; }
a { background-color: rgb(22,55,220); }
div.DivClassName
{
background-color: #1637DC;
}
.BgClassName
{
background-color: #1637DC;
}
</style>
border-color css
<style>
span { border-color: #1637DC; }
span { border-color: rgb(22,55,220); }
td.TdClassName
{
border-color: #1637DC;
}
.TagClassName
{
border-color: #1637DC;
}
</style>