Shades of Persian Blue #1631CD
Tints of Persian Blue #1631CD
RGB
CMYK
RGB Variations
Color information
#1631CD (or 0x1631CD) is known color: Persian Blue. HEX triplet: 16, 31 and CD. RGB value is (22,49,205). Sum of RGB (Red+Green+Blue) = 22+49+205=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #1631CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1631CD is #E9CE32. Grayscale: #3A3A3A. Windows color (decimal): -15322675 or 13447446. OLE color: 13447446.
HSL color Cylindrical-coordinate representation of color #1631CD: hue angle of 231.15º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1631CD is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 49 | 205 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.20 |
| HSL | 231.15º | 0.81% | 0.45% | - |
| HSV(B) | 231.15º | 0.89% | 0.8% | - |
| XYZ | 12.45 | 6.77 | 58.41 | - |
| YUV | 58.71 | 210.55 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 205 | 0.89 | 0.76 | 0 | 0.20 | 231.15 | 0.81 | 0.45 |
| Hex | 16 | 31 | CD | 59 | 4C | 0 | 14 | E7 | 51 | 2D |
| Octal | 26 | 61 | 315 | 131 | 114 | 0 | 24 | 347 | 121 | 55 |
| Binary | 10110 | 110001 | 11001101 | 1011001 | 1001100 | 0 | 10100 | 11100111 | 1010001 | 101101 |
Color Harmonies of #1631CD
Complementary color
Monochromatic Colors of #1631CD
Black with #1631CD
Text Example
Text Example
White with #1631CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631CD; }
p { color: rgb(22,49,205); }
H1.HeaderClassName
{
color: #1631CD;
}
.AnyTagClassName
{
color: #1631CD;
}
</style>
background-color css
<style>
a { background-color: #1631CD; }
a { background-color: rgb(22,49,205); }
div.DivClassName
{
background-color: #1631CD;
}
.BgClassName
{
background-color: #1631CD;
}
</style>
border-color css
<style>
span { border-color: #1631CD; }
span { border-color: rgb(22,49,205); }
td.TdClassName
{
border-color: #1631CD;
}
.TagClassName
{
border-color: #1631CD;
}
</style>