Shades of Persian Blue #1631D8
Tints of Persian Blue #1631D8
RGB
CMYK
RGB Variations
Color information
#1631D8 (or 0x1631D8) is known color: Persian Blue. HEX triplet: 16, 31 and D8. RGB value is (22,49,216). Sum of RGB (Red+Green+Blue) = 22+49+216=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 216 (84.77% from 255 or 75.26% from 287); Max value from RGB is 216 - color contains mainly: blue. Hex color #1631D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1631D8 is #E9CE27. Grayscale: #3B3B3B. Windows color (decimal): -15322664 or 14168342. OLE color: 14168342.
HSL color Cylindrical-coordinate representation of color #1631D8: hue angle of 231.65º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1631D8 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 49 | 216 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.15 |
| HSL | 231.65º | 0.82% | 0.47% | - |
| HSV(B) | 231.65º | 0.9% | 0.85% | - |
| XYZ | 13.82 | 7.33 | 65.65 | - |
| YUV | 59.97 | 216.05 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 216 | 0.90 | 0.77 | 0 | 0.15 | 231.65 | 0.82 | 0.47 |
| Hex | 16 | 31 | D8 | 5A | 4D | 0 | F | E8 | 52 | 2F |
| Octal | 26 | 61 | 330 | 132 | 115 | 0 | 17 | 350 | 122 | 57 |
| Binary | 10110 | 110001 | 11011000 | 1011010 | 1001101 | 0 | 1111 | 11101000 | 1010010 | 101111 |
Color Harmonies of #1631D8
Complementary color
Monochromatic Colors of #1631D8
Black with #1631D8
Text Example
Text Example
White with #1631D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631D8; }
p { color: rgb(22,49,216); }
H1.HeaderClassName
{
color: #1631D8;
}
.AnyTagClassName
{
color: #1631D8;
}
</style>
background-color css
<style>
a { background-color: #1631D8; }
a { background-color: rgb(22,49,216); }
div.DivClassName
{
background-color: #1631D8;
}
.BgClassName
{
background-color: #1631D8;
}
</style>
border-color css
<style>
span { border-color: #1631D8; }
span { border-color: rgb(22,49,216); }
td.TdClassName
{
border-color: #1631D8;
}
.TagClassName
{
border-color: #1631D8;
}
</style>