Shades of Persian Blue #1618BA
Tints of Persian Blue #1618BA
RGB
CMYK
RGB Variations
Color information
#1618BA (or 0x1618BA) is known color: Persian Blue. HEX triplet: 16, 18 and BA. RGB value is (22,24,186). Sum of RGB (Red+Green+Blue) = 22+24+186=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #1618BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1618BA is #E9E745. Grayscale: #292929. Windows color (decimal): -15329094 or 12195862. OLE color: 12195862.
HSL color Cylindrical-coordinate representation of color #1618BA: hue angle of 239.27º 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 #1618BA is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 24 | 186 | - |
| CMYK | 0.88 | 0.87 | 0 | 0.27 |
| HSL | 239.27º | 0.79% | 0.41% | - |
| HSV(B) | 239.27º | 0.88% | 0.73% | - |
| XYZ | 9.52 | 4.37 | 46.8 | - |
| YUV | 41.87 | 209.34 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 186 | 0.88 | 0.87 | 0 | 0.27 | 239.27 | 0.79 | 0.41 |
| Hex | 16 | 18 | BA | 58 | 57 | 0 | 1B | EF | 4F | 29 |
| Octal | 26 | 30 | 272 | 130 | 127 | 0 | 33 | 357 | 117 | 51 |
| Binary | 10110 | 11000 | 10111010 | 1011000 | 1010111 | 0 | 11011 | 11101111 | 1001111 | 101001 |
Color Harmonies of #1618BA
Complementary color
Monochromatic Colors of #1618BA
Black with #1618BA
Text Example
Text Example
White with #1618BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1618BA; }
p { color: rgb(22,24,186); }
H1.HeaderClassName
{
color: #1618BA;
}
.AnyTagClassName
{
color: #1618BA;
}
</style>
background-color css
<style>
a { background-color: #1618BA; }
a { background-color: rgb(22,24,186); }
div.DivClassName
{
background-color: #1618BA;
}
.BgClassName
{
background-color: #1618BA;
}
</style>
border-color css
<style>
span { border-color: #1618BA; }
span { border-color: rgb(22,24,186); }
td.TdClassName
{
border-color: #1618BA;
}
.TagClassName
{
border-color: #1618BA;
}
</style>