Shades of Persian Blue #1431BF
Tints of Persian Blue #1431BF
RGB
CMYK
RGB Variations
Color information
#1431BF (or 0x1431BF) is known color: Persian Blue. HEX triplet: 14, 31 and BF. RGB value is (20,49,191). Sum of RGB (Red+Green+Blue) = 20+49+191=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #1431BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431BF is #EBCE40. Grayscale: #373737. Windows color (decimal): -15453761 or 12529940. OLE color: 12529940.
HSL color Cylindrical-coordinate representation of color #1431BF: hue angle of 229.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1431BF is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 49 | 191 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.25 |
| HSL | 229.82º | 0.81% | 0.41% | - |
| HSV(B) | 229.82º | 0.9% | 0.75% | - |
| XYZ | 10.79 | 6.11 | 49.9 | - |
| YUV | 56.52 | 203.89 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 191 | 0.90 | 0.74 | 0 | 0.25 | 229.82 | 0.81 | 0.41 |
| Hex | 14 | 31 | BF | 5A | 4A | 0 | 19 | E6 | 51 | 29 |
| Octal | 24 | 61 | 277 | 132 | 112 | 0 | 31 | 346 | 121 | 51 |
| Binary | 10100 | 110001 | 10111111 | 1011010 | 1001010 | 0 | 11001 | 11100110 | 1010001 | 101001 |
Color Harmonies of #1431BF
Complementary color
Monochromatic Colors of #1431BF
Black with #1431BF
Text Example
Text Example
White with #1431BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1431BF; }
p { color: rgb(20,49,191); }
H1.HeaderClassName
{
color: #1431BF;
}
.AnyTagClassName
{
color: #1431BF;
}
</style>
background-color css
<style>
a { background-color: #1431BF; }
a { background-color: rgb(20,49,191); }
div.DivClassName
{
background-color: #1431BF;
}
.BgClassName
{
background-color: #1431BF;
}
</style>
border-color css
<style>
span { border-color: #1431BF; }
span { border-color: rgb(20,49,191); }
td.TdClassName
{
border-color: #1431BF;
}
.TagClassName
{
border-color: #1431BF;
}
</style>