Shades of Persian Blue #1626BC
Tints of Persian Blue #1626BC
RGB
CMYK
RGB Variations
Color information
#1626BC (or 0x1626BC) is known color: Persian Blue. HEX triplet: 16, 26 and BC. RGB value is (22,38,188). Sum of RGB (Red+Green+Blue) = 22+38+188=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #1626BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1626BC is #E9D943. Grayscale: #313131. Windows color (decimal): -15325508 or 12330518. OLE color: 12330518.
HSL color Cylindrical-coordinate representation of color #1626BC: hue angle of 234.22º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1626BC is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 38 | 188 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.26 |
| HSL | 234.22º | 0.79% | 0.41% | - |
| HSV(B) | 234.22º | 0.88% | 0.74% | - |
| XYZ | 10.1 | 5.19 | 48.05 | - |
| YUV | 50.32 | 205.7 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 188 | 0.88 | 0.80 | 0 | 0.26 | 234.22 | 0.79 | 0.41 |
| Hex | 16 | 26 | BC | 58 | 50 | 0 | 1A | EA | 4F | 29 |
| Octal | 26 | 46 | 274 | 130 | 120 | 0 | 32 | 352 | 117 | 51 |
| Binary | 10110 | 100110 | 10111100 | 1011000 | 1010000 | 0 | 11010 | 11101010 | 1001111 | 101001 |
Color Harmonies of #1626BC
Complementary color
Monochromatic Colors of #1626BC
Black with #1626BC
Text Example
Text Example
White with #1626BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1626BC; }
p { color: rgb(22,38,188); }
H1.HeaderClassName
{
color: #1626BC;
}
.AnyTagClassName
{
color: #1626BC;
}
</style>
background-color css
<style>
a { background-color: #1626BC; }
a { background-color: rgb(22,38,188); }
div.DivClassName
{
background-color: #1626BC;
}
.BgClassName
{
background-color: #1626BC;
}
</style>
border-color css
<style>
span { border-color: #1626BC; }
span { border-color: rgb(22,38,188); }
td.TdClassName
{
border-color: #1626BC;
}
.TagClassName
{
border-color: #1626BC;
}
</style>