Shades of Persian Blue #1234BA
Tints of Persian Blue #1234BA
RGB
CMYK
RGB Variations
Color information
#1234BA (or 0x1234BA) is known color: Persian Blue. HEX triplet: 12, 34 and BA. RGB value is (18,52,186). Sum of RGB (Red+Green+Blue) = 18+52+186=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #1234BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1234BA is #EDCB45. Grayscale: #383838. Windows color (decimal): -15584070 or 12203026. OLE color: 12203026.
HSL color Cylindrical-coordinate representation of color #1234BA: hue angle of 227.86º degrees, saturation: 0.82, 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 #1234BA is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 52 | 186 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.27 |
| HSL | 227.86º | 0.82% | 0.4% | - |
| HSV(B) | 227.86º | 0.9% | 0.73% | - |
| XYZ | 10.34 | 6.13 | 47.09 | - |
| YUV | 57.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 186 | 0.90 | 0.72 | 0 | 0.27 | 227.86 | 0.82 | 0.4 |
| Hex | 12 | 34 | BA | 5A | 48 | 0 | 1B | E4 | 52 | 28 |
| Octal | 22 | 64 | 272 | 132 | 110 | 0 | 33 | 344 | 122 | 50 |
| Binary | 10010 | 110100 | 10111010 | 1011010 | 1001000 | 0 | 11011 | 11100100 | 1010010 | 101000 |
Color Harmonies of #1234BA
Complementary color
Monochromatic Colors of #1234BA
Black with #1234BA
Text Example
Text Example
White with #1234BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1234BA; }
p { color: rgb(18,52,186); }
H1.HeaderClassName
{
color: #1234BA;
}
.AnyTagClassName
{
color: #1234BA;
}
</style>
background-color css
<style>
a { background-color: #1234BA; }
a { background-color: rgb(18,52,186); }
div.DivClassName
{
background-color: #1234BA;
}
.BgClassName
{
background-color: #1234BA;
}
</style>
border-color css
<style>
span { border-color: #1234BA; }
span { border-color: rgb(18,52,186); }
td.TdClassName
{
border-color: #1234BA;
}
.TagClassName
{
border-color: #1234BA;
}
</style>