Shades of Persian Blue #1624CF
Tints of Persian Blue #1624CF
RGB
CMYK
RGB Variations
Color information
#1624CF (or 0x1624CF) is known color: Persian Blue. HEX triplet: 16, 24 and CF. RGB value is (22,36,207). Sum of RGB (Red+Green+Blue) = 22+36+207=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 207 (81.25% from 255 or 78.11% from 265); Max value from RGB is 207 - color contains mainly: blue. Hex color #1624CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1624CF is #E9DB30. Grayscale: #323232. Windows color (decimal): -15326001 or 13575190. OLE color: 13575190.
HSL color Cylindrical-coordinate representation of color #1624CF: hue angle of 235.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1624CF is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 36 | 207 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.19 |
| HSL | 235.46º | 0.81% | 0.45% | - |
| HSV(B) | 235.46º | 0.89% | 0.81% | - |
| XYZ | 12.22 | 5.94 | 59.53 | - |
| YUV | 51.31 | 215.86 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 207 | 0.89 | 0.83 | 0 | 0.19 | 235.46 | 0.81 | 0.45 |
| Hex | 16 | 24 | CF | 59 | 53 | 0 | 13 | EB | 51 | 2D |
| Octal | 26 | 44 | 317 | 131 | 123 | 0 | 23 | 353 | 121 | 55 |
| Binary | 10110 | 100100 | 11001111 | 1011001 | 1010011 | 0 | 10011 | 11101011 | 1010001 | 101101 |
Color Harmonies of #1624CF
Complementary color
Monochromatic Colors of #1624CF
Black with #1624CF
Text Example
Text Example
White with #1624CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1624CF; }
p { color: rgb(22,36,207); }
H1.HeaderClassName
{
color: #1624CF;
}
.AnyTagClassName
{
color: #1624CF;
}
</style>
background-color css
<style>
a { background-color: #1624CF; }
a { background-color: rgb(22,36,207); }
div.DivClassName
{
background-color: #1624CF;
}
.BgClassName
{
background-color: #1624CF;
}
</style>
border-color css
<style>
span { border-color: #1624CF; }
span { border-color: rgb(22,36,207); }
td.TdClassName
{
border-color: #1624CF;
}
.TagClassName
{
border-color: #1624CF;
}
</style>