Shades of Persian Blue #1439BF
Tints of Persian Blue #1439BF
RGB
CMYK
RGB Variations
Color information
#1439BF (or 0x1439BF) is known color: Persian Blue. HEX triplet: 14, 39 and BF. RGB value is (20,57,191). Sum of RGB (Red+Green+Blue) = 20+57+191=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #1439BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1439BF is #EBC640. Grayscale: #3C3C3C. Windows color (decimal): -15451713 or 12531988. OLE color: 12531988.
HSL color Cylindrical-coordinate representation of color #1439BF: hue angle of 227.02º 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 #1439BF is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 57 | 191 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.25 |
| HSL | 227.02º | 0.81% | 0.41% | - |
| HSV(B) | 227.02º | 0.9% | 0.75% | - |
| XYZ | 11.16 | 6.84 | 50.02 | - |
| YUV | 61.21 | 201.24 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 191 | 0.90 | 0.70 | 0 | 0.25 | 227.02 | 0.81 | 0.41 |
| Hex | 14 | 39 | BF | 5A | 46 | 0 | 19 | E3 | 51 | 29 |
| Octal | 24 | 71 | 277 | 132 | 106 | 0 | 31 | 343 | 121 | 51 |
| Binary | 10100 | 111001 | 10111111 | 1011010 | 1000110 | 0 | 11001 | 11100011 | 1010001 | 101001 |
Color Harmonies of #1439BF
Complementary color
Monochromatic Colors of #1439BF
Black with #1439BF
Text Example
Text Example
White with #1439BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1439BF; }
p { color: rgb(20,57,191); }
H1.HeaderClassName
{
color: #1439BF;
}
.AnyTagClassName
{
color: #1439BF;
}
</style>
background-color css
<style>
a { background-color: #1439BF; }
a { background-color: rgb(20,57,191); }
div.DivClassName
{
background-color: #1439BF;
}
.BgClassName
{
background-color: #1439BF;
}
</style>
border-color css
<style>
span { border-color: #1439BF; }
span { border-color: rgb(20,57,191); }
td.TdClassName
{
border-color: #1439BF;
}
.TagClassName
{
border-color: #1439BF;
}
</style>