Shades of Persian Blue #1635BA
Tints of Persian Blue #1635BA
RGB
CMYK
RGB Variations
Color information
#1635BA (or 0x1635BA) is known color: Persian Blue. HEX triplet: 16, 35 and BA. RGB value is (22,53,186). Sum of RGB (Red+Green+Blue) = 22+53+186=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #1635BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1635BA is #E9CA45. Grayscale: #3A3A3A. Windows color (decimal): -15321670 or 12203286. OLE color: 12203286.
HSL color Cylindrical-coordinate representation of color #1635BA: hue angle of 228.66º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1635BA is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 53 | 186 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.27 |
| HSL | 228.66º | 0.79% | 0.41% | - |
| HSV(B) | 228.66º | 0.88% | 0.73% | - |
| XYZ | 10.47 | 6.26 | 47.11 | - |
| YUV | 58.89 | 199.73 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 186 | 0.88 | 0.72 | 0 | 0.27 | 228.66 | 0.79 | 0.41 |
| Hex | 16 | 35 | BA | 58 | 48 | 0 | 1B | E5 | 4F | 29 |
| Octal | 26 | 65 | 272 | 130 | 110 | 0 | 33 | 345 | 117 | 51 |
| Binary | 10110 | 110101 | 10111010 | 1011000 | 1001000 | 0 | 11011 | 11100101 | 1001111 | 101001 |
Color Harmonies of #1635BA
Complementary color
Monochromatic Colors of #1635BA
Black with #1635BA
Text Example
Text Example
White with #1635BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635BA; }
p { color: rgb(22,53,186); }
H1.HeaderClassName
{
color: #1635BA;
}
.AnyTagClassName
{
color: #1635BA;
}
</style>
background-color css
<style>
a { background-color: #1635BA; }
a { background-color: rgb(22,53,186); }
div.DivClassName
{
background-color: #1635BA;
}
.BgClassName
{
background-color: #1635BA;
}
</style>
border-color css
<style>
span { border-color: #1635BA; }
span { border-color: rgb(22,53,186); }
td.TdClassName
{
border-color: #1635BA;
}
.TagClassName
{
border-color: #1635BA;
}
</style>