Shades of Persian Blue #1627DA
Tints of Persian Blue #1627DA
RGB
CMYK
RGB Variations
Color information
#1627DA (or 0x1627DA) is known color: Persian Blue. HEX triplet: 16, 27 and DA. RGB value is (22,39,218). Sum of RGB (Red+Green+Blue) = 22+39+218=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #1627DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1627DA is #E9D825. Grayscale: #353535. Windows color (decimal): -15325222 or 14296854. OLE color: 14296854.
HSL color Cylindrical-coordinate representation of color #1627DA: hue angle of 234.8º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1627DA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 39 | 218 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.15 |
| HSL | 234.8º | 0.82% | 0.47% | - |
| HSV(B) | 234.8º | 0.9% | 0.85% | - |
| XYZ | 13.71 | 6.68 | 66.9 | - |
| YUV | 54.32 | 220.37 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 218 | 0.90 | 0.82 | 0 | 0.15 | 234.8 | 0.82 | 0.47 |
| Hex | 16 | 27 | DA | 5A | 52 | 0 | F | EB | 52 | 2F |
| Octal | 26 | 47 | 332 | 132 | 122 | 0 | 17 | 353 | 122 | 57 |
| Binary | 10110 | 100111 | 11011010 | 1011010 | 1010010 | 0 | 1111 | 11101011 | 1010010 | 101111 |
Color Harmonies of #1627DA
Complementary color
Monochromatic Colors of #1627DA
Black with #1627DA
Text Example
Text Example
White with #1627DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1627DA; }
p { color: rgb(22,39,218); }
H1.HeaderClassName
{
color: #1627DA;
}
.AnyTagClassName
{
color: #1627DA;
}
</style>
background-color css
<style>
a { background-color: #1627DA; }
a { background-color: rgb(22,39,218); }
div.DivClassName
{
background-color: #1627DA;
}
.BgClassName
{
background-color: #1627DA;
}
</style>
border-color css
<style>
span { border-color: #1627DA; }
span { border-color: rgb(22,39,218); }
td.TdClassName
{
border-color: #1627DA;
}
.TagClassName
{
border-color: #1627DA;
}
</style>