Shades of Persian Blue #1635EF
Tints of Persian Blue #1635EF
RGB
CMYK
RGB Variations
Color information
#1635EF (or 0x1635EF) is known color: Persian Blue. HEX triplet: 16, 35 and EF. RGB value is (22,53,239). Sum of RGB (Red+Green+Blue) = 22+53+239=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #1635EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1635EF is #E9CA10. Grayscale: #404040. Windows color (decimal): -15321617 or 15676694. OLE color: 15676694.
HSL color Cylindrical-coordinate representation of color #1635EF: hue angle of 231.43º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1635EF is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 53 | 239 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.06 |
| HSL | 231.43º | 0.87% | 0.51% | - |
| HSV(B) | 231.43º | 0.91% | 0.94% | - |
| XYZ | 17.18 | 8.95 | 82.48 | - |
| YUV | 64.94 | 226.23 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 239 | 0.91 | 0.78 | 0 | 0.06 | 231.43 | 0.87 | 0.51 |
| Hex | 16 | 35 | EF | 5B | 4E | 0 | 6 | E7 | 57 | 33 |
| Octal | 26 | 65 | 357 | 133 | 116 | 0 | 6 | 347 | 127 | 63 |
| Binary | 10110 | 110101 | 11101111 | 1011011 | 1001110 | 0 | 110 | 11100111 | 1010111 | 110011 |
Color Harmonies of #1635EF
Complementary color
Monochromatic Colors of #1635EF
Black with #1635EF
Text Example
Text Example
White with #1635EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1635EF; }
p { color: rgb(22,53,239); }
H1.HeaderClassName
{
color: #1635EF;
}
.AnyTagClassName
{
color: #1635EF;
}
</style>
background-color css
<style>
a { background-color: #1635EF; }
a { background-color: rgb(22,53,239); }
div.DivClassName
{
background-color: #1635EF;
}
.BgClassName
{
background-color: #1635EF;
}
</style>
border-color css
<style>
span { border-color: #1635EF; }
span { border-color: rgb(22,53,239); }
td.TdClassName
{
border-color: #1635EF;
}
.TagClassName
{
border-color: #1635EF;
}
</style>