Shades of Persian Blue #1628BB
Tints of Persian Blue #1628BB
RGB
CMYK
RGB Variations
Color information
#1628BB (or 0x1628BB) is known color: Persian Blue. HEX triplet: 16, 28 and BB. RGB value is (22,40,187). Sum of RGB (Red+Green+Blue) = 22+40+187=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #1628BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1628BB is #E9D744. Grayscale: #323232. Windows color (decimal): -15324997 or 12265494. OLE color: 12265494.
HSL color Cylindrical-coordinate representation of color #1628BB: hue angle of 233.45º 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 #1628BB is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 40 | 187 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.27 |
| HSL | 233.45º | 0.79% | 0.41% | - |
| HSV(B) | 233.45º | 0.88% | 0.73% | - |
| XYZ | 10.06 | 5.28 | 47.5 | - |
| YUV | 51.38 | 204.54 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 187 | 0.88 | 0.79 | 0 | 0.27 | 233.45 | 0.79 | 0.41 |
| Hex | 16 | 28 | BB | 58 | 4F | 0 | 1B | E9 | 4F | 29 |
| Octal | 26 | 50 | 273 | 130 | 117 | 0 | 33 | 351 | 117 | 51 |
| Binary | 10110 | 101000 | 10111011 | 1011000 | 1001111 | 0 | 11011 | 11101001 | 1001111 | 101001 |
Color Harmonies of #1628BB
Complementary color
Monochromatic Colors of #1628BB
Black with #1628BB
Text Example
Text Example
White with #1628BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1628BB; }
p { color: rgb(22,40,187); }
H1.HeaderClassName
{
color: #1628BB;
}
.AnyTagClassName
{
color: #1628BB;
}
</style>
background-color css
<style>
a { background-color: #1628BB; }
a { background-color: rgb(22,40,187); }
div.DivClassName
{
background-color: #1628BB;
}
.BgClassName
{
background-color: #1628BB;
}
</style>
border-color css
<style>
span { border-color: #1628BB; }
span { border-color: rgb(22,40,187); }
td.TdClassName
{
border-color: #1628BB;
}
.TagClassName
{
border-color: #1628BB;
}
</style>