Shades of Persian Blue #1636CB
Tints of Persian Blue #1636CB
RGB
CMYK
RGB Variations
Color information
#1636CB (or 0x1636CB) is known color: Persian Blue. HEX triplet: 16, 36 and CB. RGB value is (22,54,203). Sum of RGB (Red+Green+Blue) = 22+54+203=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #1636CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1636CB is #E9C934. Grayscale: #3C3C3C. Windows color (decimal): -15321397 or 13317654. OLE color: 13317654.
HSL color Cylindrical-coordinate representation of color #1636CB: hue angle of 229.39º 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 #1636CB is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 54 | 203 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.20 |
| HSL | 229.39º | 0.8% | 0.44% | - |
| HSV(B) | 229.39º | 0.89% | 0.8% | - |
| XYZ | 12.43 | 7.12 | 57.22 | - |
| YUV | 61.42 | 207.9 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 203 | 0.89 | 0.73 | 0 | 0.20 | 229.39 | 0.8 | 0.44 |
| Hex | 16 | 36 | CB | 59 | 49 | 0 | 14 | E5 | 50 | 2C |
| Octal | 26 | 66 | 313 | 131 | 111 | 0 | 24 | 345 | 120 | 54 |
| Binary | 10110 | 110110 | 11001011 | 1011001 | 1001001 | 0 | 10100 | 11100101 | 1010000 | 101100 |
Color Harmonies of #1636CB
Complementary color
Monochromatic Colors of #1636CB
Black with #1636CB
Text Example
Text Example
White with #1636CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1636CB; }
p { color: rgb(22,54,203); }
H1.HeaderClassName
{
color: #1636CB;
}
.AnyTagClassName
{
color: #1636CB;
}
</style>
background-color css
<style>
a { background-color: #1636CB; }
a { background-color: rgb(22,54,203); }
div.DivClassName
{
background-color: #1636CB;
}
.BgClassName
{
background-color: #1636CB;
}
</style>
border-color css
<style>
span { border-color: #1636CB; }
span { border-color: rgb(22,54,203); }
td.TdClassName
{
border-color: #1636CB;
}
.TagClassName
{
border-color: #1636CB;
}
</style>