Shades of Persian Blue #1635BB
Tints of Persian Blue #1635BB
RGB
CMYK
RGB Variations
Color information
#1635BB (or 0x1635BB) is known color: Persian Blue. HEX triplet: 16, 35 and BB. RGB value is (22,53,187). Sum of RGB (Red+Green+Blue) = 22+53+187=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #1635BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1635BB is #E9CA44. Grayscale: #3A3A3A. Windows color (decimal): -15321669 or 12268822. OLE color: 12268822.
HSL color Cylindrical-coordinate representation of color #1635BB: hue angle of 228.73º 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 #1635BB is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 53 | 187 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.27 |
| HSL | 228.73º | 0.79% | 0.41% | - |
| HSV(B) | 228.73º | 0.88% | 0.73% | - |
| XYZ | 10.57 | 6.3 | 47.67 | - |
| YUV | 59.01 | 200.23 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 187 | 0.88 | 0.72 | 0 | 0.27 | 228.73 | 0.79 | 0.41 |
| Hex | 16 | 35 | BB | 58 | 48 | 0 | 1B | E5 | 4F | 29 |
| Octal | 26 | 65 | 273 | 130 | 110 | 0 | 33 | 345 | 117 | 51 |
| Binary | 10110 | 110101 | 10111011 | 1011000 | 1001000 | 0 | 11011 | 11100101 | 1001111 | 101001 |
Color Harmonies of #1635BB
Complementary color
Monochromatic Colors of #1635BB
Black with #1635BB
Text Example
Text Example
White with #1635BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635BB; }
p { color: rgb(22,53,187); }
H1.HeaderClassName
{
color: #1635BB;
}
.AnyTagClassName
{
color: #1635BB;
}
</style>
background-color css
<style>
a { background-color: #1635BB; }
a { background-color: rgb(22,53,187); }
div.DivClassName
{
background-color: #1635BB;
}
.BgClassName
{
background-color: #1635BB;
}
</style>
border-color css
<style>
span { border-color: #1635BB; }
span { border-color: rgb(22,53,187); }
td.TdClassName
{
border-color: #1635BB;
}
.TagClassName
{
border-color: #1635BB;
}
</style>