Shades of Persian Blue #1626BF
Tints of Persian Blue #1626BF
RGB
CMYK
RGB Variations
Color information
#1626BF (or 0x1626BF) is known color: Persian Blue. HEX triplet: 16, 26 and BF. RGB value is (22,38,191). Sum of RGB (Red+Green+Blue) = 22+38+191=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #1626BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1626BF is #E9D940. Grayscale: #323232. Windows color (decimal): -15325505 or 12527126. OLE color: 12527126.
HSL color Cylindrical-coordinate representation of color #1626BF: hue angle of 234.32º 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 #1626BF is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 38 | 191 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.25 |
| HSL | 234.32º | 0.79% | 0.42% | - |
| HSV(B) | 234.32º | 0.88% | 0.75% | - |
| XYZ | 10.43 | 5.32 | 49.77 | - |
| YUV | 50.66 | 207.2 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 191 | 0.88 | 0.80 | 0 | 0.25 | 234.32 | 0.79 | 0.42 |
| Hex | 16 | 26 | BF | 58 | 50 | 0 | 19 | EA | 4F | 2A |
| Octal | 26 | 46 | 277 | 130 | 120 | 0 | 31 | 352 | 117 | 52 |
| Binary | 10110 | 100110 | 10111111 | 1011000 | 1010000 | 0 | 11001 | 11101010 | 1001111 | 101010 |
Color Harmonies of #1626BF
Complementary color
Monochromatic Colors of #1626BF
Black with #1626BF
Text Example
Text Example
White with #1626BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1626BF; }
p { color: rgb(22,38,191); }
H1.HeaderClassName
{
color: #1626BF;
}
.AnyTagClassName
{
color: #1626BF;
}
</style>
background-color css
<style>
a { background-color: #1626BF; }
a { background-color: rgb(22,38,191); }
div.DivClassName
{
background-color: #1626BF;
}
.BgClassName
{
background-color: #1626BF;
}
</style>
border-color css
<style>
span { border-color: #1626BF; }
span { border-color: rgb(22,38,191); }
td.TdClassName
{
border-color: #1626BF;
}
.TagClassName
{
border-color: #1626BF;
}
</style>