Shades of Persian Blue #1341BF
Tints of Persian Blue #1341BF
RGB
CMYK
RGB Variations
Color information
#1341BF (or 0x1341BF) is known color: Persian Blue. HEX triplet: 13, 41 and BF. RGB value is (19,65,191). Sum of RGB (Red+Green+Blue) = 19+65+191=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #1341BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341BF is #ECBE40. Grayscale: #414141. Windows color (decimal): -15515201 or 12534035. OLE color: 12534035.
HSL color Cylindrical-coordinate representation of color #1341BF: hue angle of 223.95º 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 #1341BF is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 65 | 191 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.25 |
| HSL | 223.95º | 0.82% | 0.41% | - |
| HSV(B) | 223.95º | 0.9% | 0.75% | - |
| XYZ | 11.56 | 7.68 | 50.16 | - |
| YUV | 65.61 | 198.76 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 191 | 0.90 | 0.66 | 0 | 0.25 | 223.95 | 0.82 | 0.41 |
| Hex | 13 | 41 | BF | 5A | 42 | 0 | 19 | E0 | 52 | 29 |
| Octal | 23 | 101 | 277 | 132 | 102 | 0 | 31 | 340 | 122 | 51 |
| Binary | 10011 | 1000001 | 10111111 | 1011010 | 1000010 | 0 | 11001 | 11100000 | 1010010 | 101001 |
Color Harmonies of #1341BF
Complementary color
Monochromatic Colors of #1341BF
Black with #1341BF
Text Example
Text Example
White with #1341BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1341BF; }
p { color: rgb(19,65,191); }
H1.HeaderClassName
{
color: #1341BF;
}
.AnyTagClassName
{
color: #1341BF;
}
</style>
background-color css
<style>
a { background-color: #1341BF; }
a { background-color: rgb(19,65,191); }
div.DivClassName
{
background-color: #1341BF;
}
.BgClassName
{
background-color: #1341BF;
}
</style>
border-color css
<style>
span { border-color: #1341BF; }
span { border-color: rgb(19,65,191); }
td.TdClassName
{
border-color: #1341BF;
}
.TagClassName
{
border-color: #1341BF;
}
</style>