Shades of Persian Blue #1631CF
Tints of Persian Blue #1631CF
RGB
CMYK
RGB Variations
Color information
#1631CF (or 0x1631CF) is known color: Persian Blue. HEX triplet: 16, 31 and CF. RGB value is (22,49,207). Sum of RGB (Red+Green+Blue) = 22+49+207=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #1631CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1631CF is #E9CE30. Grayscale: #3A3A3A. Windows color (decimal): -15322673 or 13578518. OLE color: 13578518.
HSL color Cylindrical-coordinate representation of color #1631CF: hue angle of 231.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1631CF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 49 | 207 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.19 |
| HSL | 231.24º | 0.81% | 0.45% | - |
| HSV(B) | 231.24º | 0.89% | 0.81% | - |
| XYZ | 12.69 | 6.87 | 59.69 | - |
| YUV | 58.94 | 211.55 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 207 | 0.89 | 0.76 | 0 | 0.19 | 231.24 | 0.81 | 0.45 |
| Hex | 16 | 31 | CF | 59 | 4C | 0 | 13 | E7 | 51 | 2D |
| Octal | 26 | 61 | 317 | 131 | 114 | 0 | 23 | 347 | 121 | 55 |
| Binary | 10110 | 110001 | 11001111 | 1011001 | 1001100 | 0 | 10011 | 11100111 | 1010001 | 101101 |
Color Harmonies of #1631CF
Complementary color
Monochromatic Colors of #1631CF
Black with #1631CF
Text Example
Text Example
White with #1631CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631CF; }
p { color: rgb(22,49,207); }
H1.HeaderClassName
{
color: #1631CF;
}
.AnyTagClassName
{
color: #1631CF;
}
</style>
background-color css
<style>
a { background-color: #1631CF; }
a { background-color: rgb(22,49,207); }
div.DivClassName
{
background-color: #1631CF;
}
.BgClassName
{
background-color: #1631CF;
}
</style>
border-color css
<style>
span { border-color: #1631CF; }
span { border-color: rgb(22,49,207); }
td.TdClassName
{
border-color: #1631CF;
}
.TagClassName
{
border-color: #1631CF;
}
</style>