Shades of Persian Blue #1628B8
Tints of Persian Blue #1628B8
RGB
CMYK
RGB Variations
Color information
#1628B8 (or 0x1628B8) is known color: Persian Blue. HEX triplet: 16, 28 and B8. RGB value is (22,40,184). Sum of RGB (Red+Green+Blue) = 22+40+184=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 184 (72.27% from 255 or 74.80% from 246); Max value from RGB is 184 - color contains mainly: blue. Hex color #1628B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1628B8 is #E9D747. Grayscale: #323232. Windows color (decimal): -15325000 or 12068886. OLE color: 12068886.
HSL color Cylindrical-coordinate representation of color #1628B8: hue angle of 233.33º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1628B8 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 40 | 184 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.28 |
| HSL | 233.33º | 0.79% | 0.4% | - |
| HSV(B) | 233.33º | 0.88% | 0.72% | - |
| XYZ | 9.74 | 5.15 | 45.83 | - |
| YUV | 51.03 | 203.04 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 184 | 0.88 | 0.78 | 0 | 0.28 | 233.33 | 0.79 | 0.4 |
| Hex | 16 | 28 | B8 | 58 | 4E | 0 | 1C | E9 | 4F | 28 |
| Octal | 26 | 50 | 270 | 130 | 116 | 0 | 34 | 351 | 117 | 50 |
| Binary | 10110 | 101000 | 10111000 | 1011000 | 1001110 | 0 | 11100 | 11101001 | 1001111 | 101000 |
Color Harmonies of #1628B8
Complementary color
Monochromatic Colors of #1628B8
Black with #1628B8
Text Example
Text Example
White with #1628B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1628B8; }
p { color: rgb(22,40,184); }
H1.HeaderClassName
{
color: #1628B8;
}
.AnyTagClassName
{
color: #1628B8;
}
</style>
background-color css
<style>
a { background-color: #1628B8; }
a { background-color: rgb(22,40,184); }
div.DivClassName
{
background-color: #1628B8;
}
.BgClassName
{
background-color: #1628B8;
}
</style>
border-color css
<style>
span { border-color: #1628B8; }
span { border-color: rgb(22,40,184); }
td.TdClassName
{
border-color: #1628B8;
}
.TagClassName
{
border-color: #1628B8;
}
</style>