Shades of Persian Blue #1635CB
Tints of Persian Blue #1635CB
RGB
CMYK
RGB Variations
Color information
#1635CB (or 0x1635CB) is known color: Persian Blue. HEX triplet: 16, 35 and CB. RGB value is (22,53,203). Sum of RGB (Red+Green+Blue) = 22+53+203=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #1635CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1635CB is #E9CA34. Grayscale: #3C3C3C. Windows color (decimal): -15321653 or 13317398. OLE color: 13317398.
HSL color Cylindrical-coordinate representation of color #1635CB: hue angle of 229.72º 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 #1635CB is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 53 | 203 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.20 |
| HSL | 229.72º | 0.8% | 0.44% | - |
| HSV(B) | 229.72º | 0.89% | 0.8% | - |
| XYZ | 12.38 | 7.03 | 57.2 | - |
| YUV | 60.83 | 208.23 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 203 | 0.89 | 0.74 | 0 | 0.20 | 229.72 | 0.8 | 0.44 |
| Hex | 16 | 35 | CB | 59 | 4A | 0 | 14 | E6 | 50 | 2C |
| Octal | 26 | 65 | 313 | 131 | 112 | 0 | 24 | 346 | 120 | 54 |
| Binary | 10110 | 110101 | 11001011 | 1011001 | 1001010 | 0 | 10100 | 11100110 | 1010000 | 101100 |
Color Harmonies of #1635CB
Complementary color
Monochromatic Colors of #1635CB
Black with #1635CB
Text Example
Text Example
White with #1635CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635CB; }
p { color: rgb(22,53,203); }
H1.HeaderClassName
{
color: #1635CB;
}
.AnyTagClassName
{
color: #1635CB;
}
</style>
background-color css
<style>
a { background-color: #1635CB; }
a { background-color: rgb(22,53,203); }
div.DivClassName
{
background-color: #1635CB;
}
.BgClassName
{
background-color: #1635CB;
}
</style>
border-color css
<style>
span { border-color: #1635CB; }
span { border-color: rgb(22,53,203); }
td.TdClassName
{
border-color: #1635CB;
}
.TagClassName
{
border-color: #1635CB;
}
</style>