Shades of Persian Blue #1626CB
Tints of Persian Blue #1626CB
RGB
CMYK
RGB Variations
Color information
#1626CB (or 0x1626CB) is known color: Persian Blue. HEX triplet: 16, 26 and CB. RGB value is (22,38,203). Sum of RGB (Red+Green+Blue) = 22+38+203=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 203 (79.69% from 255 or 77.19% from 263); Max value from RGB is 203 - color contains mainly: blue. Hex color #1626CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1626CB is #E9D934. Grayscale: #333333. Windows color (decimal): -15325493 or 13313558. OLE color: 13313558.
HSL color Cylindrical-coordinate representation of color #1626CB: hue angle of 234.7º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1626CB is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 38 | 203 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.20 |
| HSL | 234.7º | 0.8% | 0.44% | - |
| HSV(B) | 234.7º | 0.89% | 0.8% | - |
| XYZ | 11.8 | 5.87 | 57.01 | - |
| YUV | 52.03 | 213.2 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 38 | 203 | 0.89 | 0.81 | 0 | 0.20 | 234.7 | 0.8 | 0.44 |
| Hex | 16 | 26 | CB | 59 | 51 | 0 | 14 | EB | 50 | 2C |
| Octal | 26 | 46 | 313 | 131 | 121 | 0 | 24 | 353 | 120 | 54 |
| Binary | 10110 | 100110 | 11001011 | 1011001 | 1010001 | 0 | 10100 | 11101011 | 1010000 | 101100 |
Color Harmonies of #1626CB
Complementary color
Monochromatic Colors of #1626CB
Black with #1626CB
Text Example
Text Example
White with #1626CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1626CB; }
p { color: rgb(22,38,203); }
H1.HeaderClassName
{
color: #1626CB;
}
.AnyTagClassName
{
color: #1626CB;
}
</style>
background-color css
<style>
a { background-color: #1626CB; }
a { background-color: rgb(22,38,203); }
div.DivClassName
{
background-color: #1626CB;
}
.BgClassName
{
background-color: #1626CB;
}
</style>
border-color css
<style>
span { border-color: #1626CB; }
span { border-color: rgb(22,38,203); }
td.TdClassName
{
border-color: #1626CB;
}
.TagClassName
{
border-color: #1626CB;
}
</style>