Shades of Persian Blue #1631EF
Tints of Persian Blue #1631EF
RGB
CMYK
RGB Variations
Color information
#1631EF (or 0x1631EF) is known color: Persian Blue. HEX triplet: 16, 31 and EF. RGB value is (22,49,239). Sum of RGB (Red+Green+Blue) = 22+49+239=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 239 (93.75% from 255 or 77.10% from 310); Max value from RGB is 239 - color contains mainly: blue. Hex color #1631EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1631EF is #E9CE10. Grayscale: #3D3D3D. Windows color (decimal): -15322641 or 15675670. OLE color: 15675670.
HSL color Cylindrical-coordinate representation of color #1631EF: hue angle of 232.53º 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 #1631EF is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 49 | 239 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.06 |
| HSL | 232.53º | 0.87% | 0.51% | - |
| HSV(B) | 232.53º | 0.91% | 0.94% | - |
| XYZ | 17.01 | 8.6 | 82.42 | - |
| YUV | 62.59 | 227.55 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 239 | 0.91 | 0.79 | 0 | 0.06 | 232.53 | 0.87 | 0.51 |
| Hex | 16 | 31 | EF | 5B | 4F | 0 | 6 | E9 | 57 | 33 |
| Octal | 26 | 61 | 357 | 133 | 117 | 0 | 6 | 351 | 127 | 63 |
| Binary | 10110 | 110001 | 11101111 | 1011011 | 1001111 | 0 | 110 | 11101001 | 1010111 | 110011 |
Color Harmonies of #1631EF
Complementary color
Monochromatic Colors of #1631EF
Black with #1631EF
Text Example
Text Example
White with #1631EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631EF; }
p { color: rgb(22,49,239); }
H1.HeaderClassName
{
color: #1631EF;
}
.AnyTagClassName
{
color: #1631EF;
}
</style>
background-color css
<style>
a { background-color: #1631EF; }
a { background-color: rgb(22,49,239); }
div.DivClassName
{
background-color: #1631EF;
}
.BgClassName
{
background-color: #1631EF;
}
</style>
border-color css
<style>
span { border-color: #1631EF; }
span { border-color: rgb(22,49,239); }
td.TdClassName
{
border-color: #1631EF;
}
.TagClassName
{
border-color: #1631EF;
}
</style>