Shades of Persian Blue #1344BA
Tints of Persian Blue #1344BA
RGB
CMYK
RGB Variations
Color information
#1344BA (or 0x1344BA) is known color: Persian Blue. HEX triplet: 13, 44 and BA. RGB value is (19,68,186). Sum of RGB (Red+Green+Blue) = 19+68+186=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #1344BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1344BA is #ECBB45. Grayscale: #424242. Windows color (decimal): -15514438 or 12207123. OLE color: 12207123.
HSL color Cylindrical-coordinate representation of color #1344BA: hue angle of 222.4º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1344BA is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 68 | 186 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.27 |
| HSL | 222.4º | 0.81% | 0.4% | - |
| HSV(B) | 222.4º | 0.9% | 0.73% | - |
| XYZ | 11.2 | 7.82 | 47.37 | - |
| YUV | 66.8 | 195.27 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 186 | 0.90 | 0.63 | 0 | 0.27 | 222.4 | 0.81 | 0.4 |
| Hex | 13 | 44 | BA | 5A | 3F | 0 | 1B | DE | 51 | 28 |
| Octal | 23 | 104 | 272 | 132 | 77 | 0 | 33 | 336 | 121 | 50 |
| Binary | 10011 | 1000100 | 10111010 | 1011010 | 111111 | 0 | 11011 | 11011110 | 1010001 | 101000 |
Color Harmonies of #1344BA
Complementary color
Monochromatic Colors of #1344BA
Black with #1344BA
Text Example
Text Example
White with #1344BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1344BA; }
p { color: rgb(19,68,186); }
H1.HeaderClassName
{
color: #1344BA;
}
.AnyTagClassName
{
color: #1344BA;
}
</style>
background-color css
<style>
a { background-color: #1344BA; }
a { background-color: rgb(19,68,186); }
div.DivClassName
{
background-color: #1344BA;
}
.BgClassName
{
background-color: #1344BA;
}
</style>
border-color css
<style>
span { border-color: #1344BA; }
span { border-color: rgb(19,68,186); }
td.TdClassName
{
border-color: #1344BA;
}
.TagClassName
{
border-color: #1344BA;
}
</style>