Shades of Persian Blue #1340BF
Tints of Persian Blue #1340BF
RGB
CMYK
RGB Variations
Color information
#1340BF (or 0x1340BF) is known color: Persian Blue. HEX triplet: 13, 40 and BF. RGB value is (19,64,191). Sum of RGB (Red+Green+Blue) = 19+64+191=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #1340BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1340BF is #ECBF40. Grayscale: #404040. Windows color (decimal): -15515457 or 12533779. OLE color: 12533779.
HSL color Cylindrical-coordinate representation of color #1340BF: hue angle of 224.3º degrees, saturation: 0.82, 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 #1340BF is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 64 | 191 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.25 |
| HSL | 224.3º | 0.82% | 0.41% | - |
| HSV(B) | 224.3º | 0.9% | 0.75% | - |
| XYZ | 11.51 | 7.57 | 50.14 | - |
| YUV | 65.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 191 | 0.90 | 0.66 | 0 | 0.25 | 224.3 | 0.82 | 0.41 |
| Hex | 13 | 40 | BF | 5A | 42 | 0 | 19 | E0 | 52 | 29 |
| Octal | 23 | 100 | 277 | 132 | 102 | 0 | 31 | 340 | 122 | 51 |
| Binary | 10011 | 1000000 | 10111111 | 1011010 | 1000010 | 0 | 11001 | 11100000 | 1010010 | 101001 |
Color Harmonies of #1340BF
Complementary color
Monochromatic Colors of #1340BF
Black with #1340BF
Text Example
Text Example
White with #1340BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1340BF; }
p { color: rgb(19,64,191); }
H1.HeaderClassName
{
color: #1340BF;
}
.AnyTagClassName
{
color: #1340BF;
}
</style>
background-color css
<style>
a { background-color: #1340BF; }
a { background-color: rgb(19,64,191); }
div.DivClassName
{
background-color: #1340BF;
}
.BgClassName
{
background-color: #1340BF;
}
</style>
border-color css
<style>
span { border-color: #1340BF; }
span { border-color: rgb(19,64,191); }
td.TdClassName
{
border-color: #1340BF;
}
.TagClassName
{
border-color: #1340BF;
}
</style>