Shades of Persian Blue #1627CD
Tints of Persian Blue #1627CD
RGB
CMYK
RGB Variations
Color information
#1627CD (or 0x1627CD) is known color: Persian Blue. HEX triplet: 16, 27 and CD. RGB value is (22,39,205). Sum of RGB (Red+Green+Blue) = 22+39+205=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #1627CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1627CD is #E9D832. Grayscale: #343434. Windows color (decimal): -15325235 or 13444886. OLE color: 13444886.
HSL color Cylindrical-coordinate representation of color #1627CD: hue angle of 234.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1627CD is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 39 | 205 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.20 |
| HSL | 234.43º | 0.81% | 0.45% | - |
| HSV(B) | 234.43º | 0.89% | 0.8% | - |
| XYZ | 12.08 | 6.03 | 58.28 | - |
| YUV | 52.84 | 213.87 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 205 | 0.89 | 0.81 | 0 | 0.20 | 234.43 | 0.81 | 0.45 |
| Hex | 16 | 27 | CD | 59 | 51 | 0 | 14 | EA | 51 | 2D |
| Octal | 26 | 47 | 315 | 131 | 121 | 0 | 24 | 352 | 121 | 55 |
| Binary | 10110 | 100111 | 11001101 | 1011001 | 1010001 | 0 | 10100 | 11101010 | 1010001 | 101101 |
Color Harmonies of #1627CD
Complementary color
Monochromatic Colors of #1627CD
Black with #1627CD
Text Example
Text Example
White with #1627CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1627CD; }
p { color: rgb(22,39,205); }
H1.HeaderClassName
{
color: #1627CD;
}
.AnyTagClassName
{
color: #1627CD;
}
</style>
background-color css
<style>
a { background-color: #1627CD; }
a { background-color: rgb(22,39,205); }
div.DivClassName
{
background-color: #1627CD;
}
.BgClassName
{
background-color: #1627CD;
}
</style>
border-color css
<style>
span { border-color: #1627CD; }
span { border-color: rgb(22,39,205); }
td.TdClassName
{
border-color: #1627CD;
}
.TagClassName
{
border-color: #1627CD;
}
</style>