Shades of Persian Blue #1627C5
Tints of Persian Blue #1627C5
RGB
CMYK
RGB Variations
Color information
#1627C5 (or 0x1627C5) is known color: Persian Blue. HEX triplet: 16, 27 and C5. RGB value is (22,39,197). Sum of RGB (Red+Green+Blue) = 22+39+197=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 197 (77.34% from 255 or 76.36% from 258); Max value from RGB is 197 - color contains mainly: blue. Hex color #1627C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1627C5 is #E9D83A. Grayscale: #333333. Windows color (decimal): -15325243 or 12920598. OLE color: 12920598.
HSL color Cylindrical-coordinate representation of color #1627C5: hue angle of 234.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1627C5 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 39 | 197 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.23 |
| HSL | 234.17º | 0.8% | 0.43% | - |
| HSV(B) | 234.17º | 0.89% | 0.77% | - |
| XYZ | 11.13 | 5.65 | 53.33 | - |
| YUV | 51.93 | 209.87 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 197 | 0.89 | 0.80 | 0 | 0.23 | 234.17 | 0.8 | 0.43 |
| Hex | 16 | 27 | C5 | 59 | 50 | 0 | 17 | EA | 50 | 2B |
| Octal | 26 | 47 | 305 | 131 | 120 | 0 | 27 | 352 | 120 | 53 |
| Binary | 10110 | 100111 | 11000101 | 1011001 | 1010000 | 0 | 10111 | 11101010 | 1010000 | 101011 |
Color Harmonies of #1627C5
Complementary color
Monochromatic Colors of #1627C5
Black with #1627C5
Text Example
Text Example
White with #1627C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1627C5; }
p { color: rgb(22,39,197); }
H1.HeaderClassName
{
color: #1627C5;
}
.AnyTagClassName
{
color: #1627C5;
}
</style>
background-color css
<style>
a { background-color: #1627C5; }
a { background-color: rgb(22,39,197); }
div.DivClassName
{
background-color: #1627C5;
}
.BgClassName
{
background-color: #1627C5;
}
</style>
border-color css
<style>
span { border-color: #1627C5; }
span { border-color: rgb(22,39,197); }
td.TdClassName
{
border-color: #1627C5;
}
.TagClassName
{
border-color: #1627C5;
}
</style>