Shades of Persian Blue #1A34BA
Tints of Persian Blue #1A34BA
RGB
CMYK
RGB Variations
Color information
#1A34BA (or 0x1A34BA) is known color: Persian Blue. HEX triplet: 1A, 34 and BA. RGB value is (26,52,186). Sum of RGB (Red+Green+Blue) = 26+52+186=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A34BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A34BA is #E5CB45. Grayscale: #3A3A3A. Windows color (decimal): -15059782 or 12203034. OLE color: 12203034.
HSL color Cylindrical-coordinate representation of color #1A34BA: hue angle of 230.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A34BA is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 52 | 186 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.27 |
| HSL | 230.25º | 0.75% | 0.42% | - |
| HSV(B) | 230.25º | 0.86% | 0.73% | - |
| XYZ | 10.52 | 6.22 | 47.1 | - |
| YUV | 59.5 | 199.39 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 186 | 0.86 | 0.72 | 0 | 0.27 | 230.25 | 0.75 | 0.42 |
| Hex | 1A | 34 | BA | 56 | 48 | 0 | 1B | E6 | 4B | 2A |
| Octal | 32 | 64 | 272 | 126 | 110 | 0 | 33 | 346 | 113 | 52 |
| Binary | 11010 | 110100 | 10111010 | 1010110 | 1001000 | 0 | 11011 | 11100110 | 1001011 | 101010 |
Color Harmonies of #1A34BA
Complementary color
Monochromatic Colors of #1A34BA
Black with #1A34BA
Text Example
Text Example
White with #1A34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A34BA; }
p { color: rgb(26,52,186); }
H1.HeaderClassName
{
color: #1A34BA;
}
.AnyTagClassName
{
color: #1A34BA;
}
</style>
background-color css
<style>
a { background-color: #1A34BA; }
a { background-color: rgb(26,52,186); }
div.DivClassName
{
background-color: #1A34BA;
}
.BgClassName
{
background-color: #1A34BA;
}
</style>
border-color css
<style>
span { border-color: #1A34BA; }
span { border-color: rgb(26,52,186); }
td.TdClassName
{
border-color: #1A34BA;
}
.TagClassName
{
border-color: #1A34BA;
}
</style>