Shades of Persian Blue #1618B9
Tints of Persian Blue #1618B9
RGB
CMYK
RGB Variations
Color information
#1618B9 (or 0x1618B9) is known color: Persian Blue. HEX triplet: 16, 18 and B9. RGB value is (22,24,185). Sum of RGB (Red+Green+Blue) = 22+24+185=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 185 (72.66% from 255 or 80.09% from 231); Max value from RGB is 185 - color contains mainly: blue. Hex color #1618B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1618B9 is #E9E746. Grayscale: #292929. Windows color (decimal): -15329095 or 12130326. OLE color: 12130326.
HSL color Cylindrical-coordinate representation of color #1618B9: hue angle of 239.26º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1618B9 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 24 | 185 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.27 |
| HSL | 239.26º | 0.79% | 0.41% | - |
| HSV(B) | 239.26º | 0.88% | 0.73% | - |
| XYZ | 9.41 | 4.33 | 46.24 | - |
| YUV | 41.76 | 208.84 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 185 | 0.88 | 0.87 | 0 | 0.27 | 239.26 | 0.79 | 0.41 |
| Hex | 16 | 18 | B9 | 58 | 57 | 0 | 1B | EF | 4F | 29 |
| Octal | 26 | 30 | 271 | 130 | 127 | 0 | 33 | 357 | 117 | 51 |
| Binary | 10110 | 11000 | 10111001 | 1011000 | 1010111 | 0 | 11011 | 11101111 | 1001111 | 101001 |
Color Harmonies of #1618B9
Complementary color
Monochromatic Colors of #1618B9
Black with #1618B9
Text Example
Text Example
White with #1618B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1618B9; }
p { color: rgb(22,24,185); }
H1.HeaderClassName
{
color: #1618B9;
}
.AnyTagClassName
{
color: #1618B9;
}
</style>
background-color css
<style>
a { background-color: #1618B9; }
a { background-color: rgb(22,24,185); }
div.DivClassName
{
background-color: #1618B9;
}
.BgClassName
{
background-color: #1618B9;
}
</style>
border-color css
<style>
span { border-color: #1618B9; }
span { border-color: rgb(22,24,185); }
td.TdClassName
{
border-color: #1618B9;
}
.TagClassName
{
border-color: #1618B9;
}
</style>