Shades of Persian Blue #1624DF
Tints of Persian Blue #1624DF
RGB
CMYK
RGB Variations
Color information
#1624DF (or 0x1624DF) is known color: Persian Blue. HEX triplet: 16, 24 and DF. RGB value is (22,36,223). Sum of RGB (Red+Green+Blue) = 22+36+223=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #1624DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1624DF is #E9DB20. Grayscale: #343434. Windows color (decimal): -15325985 or 14623766. OLE color: 14623766.
HSL color Cylindrical-coordinate representation of color #1624DF: hue angle of 235.82º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1624DF is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 36 | 223 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.13 |
| HSL | 235.82º | 0.82% | 0.48% | - |
| HSV(B) | 235.82º | 0.9% | 0.87% | - |
| XYZ | 14.28 | 6.76 | 70.36 | - |
| YUV | 53.13 | 223.86 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 223 | 0.90 | 0.84 | 0 | 0.13 | 235.82 | 0.82 | 0.48 |
| Hex | 16 | 24 | DF | 5A | 54 | 0 | D | EC | 52 | 30 |
| Octal | 26 | 44 | 337 | 132 | 124 | 0 | 15 | 354 | 122 | 60 |
| Binary | 10110 | 100100 | 11011111 | 1011010 | 1010100 | 0 | 1101 | 11101100 | 1010010 | 110000 |
Color Harmonies of #1624DF
Complementary color
Monochromatic Colors of #1624DF
Black with #1624DF
Text Example
Text Example
White with #1624DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1624DF; }
p { color: rgb(22,36,223); }
H1.HeaderClassName
{
color: #1624DF;
}
.AnyTagClassName
{
color: #1624DF;
}
</style>
background-color css
<style>
a { background-color: #1624DF; }
a { background-color: rgb(22,36,223); }
div.DivClassName
{
background-color: #1624DF;
}
.BgClassName
{
background-color: #1624DF;
}
</style>
border-color css
<style>
span { border-color: #1624DF; }
span { border-color: rgb(22,36,223); }
td.TdClassName
{
border-color: #1624DF;
}
.TagClassName
{
border-color: #1624DF;
}
</style>