Shades of Persian Blue #1631D0
Tints of Persian Blue #1631D0
RGB
CMYK
RGB Variations
Color information
#1631D0 (or 0x1631D0) is known color: Persian Blue. HEX triplet: 16, 31 and D0. RGB value is (22,49,208). Sum of RGB (Red+Green+Blue) = 22+49+208=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 208 (81.64% from 255 or 74.55% from 279); Max value from RGB is 208 - color contains mainly: blue. Hex color #1631D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1631D0 is #E9CE2F. Grayscale: #3A3A3A. Windows color (decimal): -15322672 or 13644054. OLE color: 13644054.
HSL color Cylindrical-coordinate representation of color #1631D0: hue angle of 231.29º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1631D0 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 49 | 208 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.18 |
| HSL | 231.29º | 0.81% | 0.45% | - |
| HSV(B) | 231.29º | 0.89% | 0.82% | - |
| XYZ | 12.81 | 6.92 | 60.34 | - |
| YUV | 59.05 | 212.05 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 208 | 0.89 | 0.76 | 0 | 0.18 | 231.29 | 0.81 | 0.45 |
| Hex | 16 | 31 | D0 | 59 | 4C | 0 | 12 | E7 | 51 | 2D |
| Octal | 26 | 61 | 320 | 131 | 114 | 0 | 22 | 347 | 121 | 55 |
| Binary | 10110 | 110001 | 11010000 | 1011001 | 1001100 | 0 | 10010 | 11100111 | 1010001 | 101101 |
Color Harmonies of #1631D0
Complementary color
Monochromatic Colors of #1631D0
Black with #1631D0
Text Example
Text Example
White with #1631D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631D0; }
p { color: rgb(22,49,208); }
H1.HeaderClassName
{
color: #1631D0;
}
.AnyTagClassName
{
color: #1631D0;
}
</style>
background-color css
<style>
a { background-color: #1631D0; }
a { background-color: rgb(22,49,208); }
div.DivClassName
{
background-color: #1631D0;
}
.BgClassName
{
background-color: #1631D0;
}
</style>
border-color css
<style>
span { border-color: #1631D0; }
span { border-color: rgb(22,49,208); }
td.TdClassName
{
border-color: #1631D0;
}
.TagClassName
{
border-color: #1631D0;
}
</style>