Shades of Persian Blue #1631BE
Tints of Persian Blue #1631BE
RGB
CMYK
RGB Variations
Color information
#1631BE (or 0x1631BE) is known color: Persian Blue. HEX triplet: 16, 31 and BE. RGB value is (22,49,190). Sum of RGB (Red+Green+Blue) = 22+49+190=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #1631BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1631BE is #E9CE41. Grayscale: #383838. Windows color (decimal): -15322690 or 12464406. OLE color: 12464406.
HSL color Cylindrical-coordinate representation of color #1631BE: hue angle of 230.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1631BE is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 49 | 190 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.25 |
| HSL | 230.36º | 0.79% | 0.42% | - |
| HSV(B) | 230.36º | 0.88% | 0.75% | - |
| XYZ | 10.72 | 6.08 | 49.32 | - |
| YUV | 57 | 203.05 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 190 | 0.88 | 0.74 | 0 | 0.25 | 230.36 | 0.79 | 0.42 |
| Hex | 16 | 31 | BE | 58 | 4A | 0 | 19 | E6 | 4F | 2A |
| Octal | 26 | 61 | 276 | 130 | 112 | 0 | 31 | 346 | 117 | 52 |
| Binary | 10110 | 110001 | 10111110 | 1011000 | 1001010 | 0 | 11001 | 11100110 | 1001111 | 101010 |
Color Harmonies of #1631BE
Complementary color
Monochromatic Colors of #1631BE
Black with #1631BE
Text Example
Text Example
White with #1631BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631BE; }
p { color: rgb(22,49,190); }
H1.HeaderClassName
{
color: #1631BE;
}
.AnyTagClassName
{
color: #1631BE;
}
</style>
background-color css
<style>
a { background-color: #1631BE; }
a { background-color: rgb(22,49,190); }
div.DivClassName
{
background-color: #1631BE;
}
.BgClassName
{
background-color: #1631BE;
}
</style>
border-color css
<style>
span { border-color: #1631BE; }
span { border-color: rgb(22,49,190); }
td.TdClassName
{
border-color: #1631BE;
}
.TagClassName
{
border-color: #1631BE;
}
</style>