Shades of Persian Blue #1627DC
Tints of Persian Blue #1627DC
RGB
CMYK
RGB Variations
Color information
#1627DC (or 0x1627DC) is known color: Persian Blue. HEX triplet: 16, 27 and DC. RGB value is (22,39,220). Sum of RGB (Red+Green+Blue) = 22+39+220=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #1627DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1627DC is #E9D823. Grayscale: #353535. Windows color (decimal): -15325220 or 14427926. OLE color: 14427926.
HSL color Cylindrical-coordinate representation of color #1627DC: hue angle of 234.85º 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 #1627DC is Cyan = 0.9, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 39 | 220 | - |
| CMYK | 0.9 | 0.82 | 0 | 0.14 |
| HSL | 234.85º | 0.82% | 0.47% | - |
| HSV(B) | 234.85º | 0.9% | 0.86% | - |
| XYZ | 13.97 | 6.79 | 68.28 | - |
| YUV | 54.55 | 221.37 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 220 | 0.9 | 0.82 | 0 | 0.14 | 234.85 | 0.82 | 0.47 |
| Hex | 16 | 27 | DC | 5A | 52 | 0 | E | EB | 52 | 2F |
| Octal | 26 | 47 | 334 | 132 | 122 | 0 | 16 | 353 | 122 | 57 |
| Binary | 10110 | 100111 | 11011100 | 1011010 | 1010010 | 0 | 1110 | 11101011 | 1010010 | 101111 |
Color Harmonies of #1627DC
Complementary color
Monochromatic Colors of #1627DC
Black with #1627DC
Text Example
Text Example
White with #1627DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1627DC; }
p { color: rgb(22,39,220); }
H1.HeaderClassName
{
color: #1627DC;
}
.AnyTagClassName
{
color: #1627DC;
}
</style>
background-color css
<style>
a { background-color: #1627DC; }
a { background-color: rgb(22,39,220); }
div.DivClassName
{
background-color: #1627DC;
}
.BgClassName
{
background-color: #1627DC;
}
</style>
border-color css
<style>
span { border-color: #1627DC; }
span { border-color: rgb(22,39,220); }
td.TdClassName
{
border-color: #1627DC;
}
.TagClassName
{
border-color: #1627DC;
}
</style>