Shades of Persian Blue #1334BA
Tints of Persian Blue #1334BA
RGB
CMYK
RGB Variations
Color information
#1334BA (or 0x1334BA) is known color: Persian Blue. HEX triplet: 13, 34 and BA. RGB value is (19,52,186). Sum of RGB (Red+Green+Blue) = 19+52+186=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #1334BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334BA is #ECCB45. Grayscale: #383838. Windows color (decimal): -15518534 or 12203027. OLE color: 12203027.
HSL color Cylindrical-coordinate representation of color #1334BA: hue angle of 228.14º 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 #1334BA is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 52 | 186 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.27 |
| HSL | 228.14º | 0.81% | 0.4% | - |
| HSV(B) | 228.14º | 0.9% | 0.73% | - |
| XYZ | 10.36 | 6.14 | 47.09 | - |
| YUV | 57.41 | 200.57 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 186 | 0.90 | 0.72 | 0 | 0.27 | 228.14 | 0.81 | 0.4 |
| Hex | 13 | 34 | BA | 5A | 48 | 0 | 1B | E4 | 51 | 28 |
| Octal | 23 | 64 | 272 | 132 | 110 | 0 | 33 | 344 | 121 | 50 |
| Binary | 10011 | 110100 | 10111010 | 1011010 | 1001000 | 0 | 11011 | 11100100 | 1010001 | 101000 |
Color Harmonies of #1334BA
Complementary color
Monochromatic Colors of #1334BA
Black with #1334BA
Text Example
Text Example
White with #1334BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334BA; }
p { color: rgb(19,52,186); }
H1.HeaderClassName
{
color: #1334BA;
}
.AnyTagClassName
{
color: #1334BA;
}
</style>
background-color css
<style>
a { background-color: #1334BA; }
a { background-color: rgb(19,52,186); }
div.DivClassName
{
background-color: #1334BA;
}
.BgClassName
{
background-color: #1334BA;
}
</style>
border-color css
<style>
span { border-color: #1334BA; }
span { border-color: rgb(19,52,186); }
td.TdClassName
{
border-color: #1334BA;
}
.TagClassName
{
border-color: #1334BA;
}
</style>