Shades of Persian Blue #1631BD
Tints of Persian Blue #1631BD
RGB
CMYK
RGB Variations
Color information
#1631BD (or 0x1631BD) is known color: Persian Blue. HEX triplet: 16, 31 and BD. RGB value is (22,49,189). Sum of RGB (Red+Green+Blue) = 22+49+189=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #1631BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1631BD is #E9CE42. Grayscale: #383838. Windows color (decimal): -15322691 or 12398870. OLE color: 12398870.
HSL color Cylindrical-coordinate representation of color #1631BD: hue angle of 230.3º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1631BD is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 49 | 189 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.26 |
| HSL | 230.3º | 0.79% | 0.41% | - |
| HSV(B) | 230.3º | 0.88% | 0.74% | - |
| XYZ | 10.61 | 6.04 | 48.75 | - |
| YUV | 56.89 | 202.55 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 189 | 0.88 | 0.74 | 0 | 0.26 | 230.3 | 0.79 | 0.41 |
| Hex | 16 | 31 | BD | 58 | 4A | 0 | 1A | E6 | 4F | 29 |
| Octal | 26 | 61 | 275 | 130 | 112 | 0 | 32 | 346 | 117 | 51 |
| Binary | 10110 | 110001 | 10111101 | 1011000 | 1001010 | 0 | 11010 | 11100110 | 1001111 | 101001 |
Color Harmonies of #1631BD
Complementary color
Monochromatic Colors of #1631BD
Black with #1631BD
Text Example
Text Example
White with #1631BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631BD; }
p { color: rgb(22,49,189); }
H1.HeaderClassName
{
color: #1631BD;
}
.AnyTagClassName
{
color: #1631BD;
}
</style>
background-color css
<style>
a { background-color: #1631BD; }
a { background-color: rgb(22,49,189); }
div.DivClassName
{
background-color: #1631BD;
}
.BgClassName
{
background-color: #1631BD;
}
</style>
border-color css
<style>
span { border-color: #1631BD; }
span { border-color: rgb(22,49,189); }
td.TdClassName
{
border-color: #1631BD;
}
.TagClassName
{
border-color: #1631BD;
}
</style>