Shades of Persian Blue #1628BF
Tints of Persian Blue #1628BF
RGB
CMYK
RGB Variations
Color information
#1628BF (or 0x1628BF) is known color: Persian Blue. HEX triplet: 16, 28 and BF. RGB value is (22,40,191). Sum of RGB (Red+Green+Blue) = 22+40+191=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #1628BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1628BF is #E9D740. Grayscale: #333333. Windows color (decimal): -15324993 or 12527638. OLE color: 12527638.
HSL color Cylindrical-coordinate representation of color #1628BF: hue angle of 233.61º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1628BF is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 40 | 191 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.25 |
| HSL | 233.61º | 0.79% | 0.42% | - |
| HSV(B) | 233.61º | 0.88% | 0.75% | - |
| XYZ | 10.49 | 5.45 | 49.79 | - |
| YUV | 51.83 | 206.54 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 191 | 0.88 | 0.79 | 0 | 0.25 | 233.61 | 0.79 | 0.42 |
| Hex | 16 | 28 | BF | 58 | 4F | 0 | 19 | EA | 4F | 2A |
| Octal | 26 | 50 | 277 | 130 | 117 | 0 | 31 | 352 | 117 | 52 |
| Binary | 10110 | 101000 | 10111111 | 1011000 | 1001111 | 0 | 11001 | 11101010 | 1001111 | 101010 |
Color Harmonies of #1628BF
Complementary color
Monochromatic Colors of #1628BF
Black with #1628BF
Text Example
Text Example
White with #1628BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1628BF; }
p { color: rgb(22,40,191); }
H1.HeaderClassName
{
color: #1628BF;
}
.AnyTagClassName
{
color: #1628BF;
}
</style>
background-color css
<style>
a { background-color: #1628BF; }
a { background-color: rgb(22,40,191); }
div.DivClassName
{
background-color: #1628BF;
}
.BgClassName
{
background-color: #1628BF;
}
</style>
border-color css
<style>
span { border-color: #1628BF; }
span { border-color: rgb(22,40,191); }
td.TdClassName
{
border-color: #1628BF;
}
.TagClassName
{
border-color: #1628BF;
}
</style>