Shades of Persian Blue #1A20BA
Tints of Persian Blue #1A20BA
RGB
CMYK
RGB Variations
Color information
#1A20BA (or 0x1A20BA) is known color: Persian Blue. HEX triplet: 1A, 20 and BA. RGB value is (26,32,186). Sum of RGB (Red+Green+Blue) = 26+32+186=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A20BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A20BA is #E5DF45. Grayscale: #2F2F2F. Windows color (decimal): -15064902 or 12197914. OLE color: 12197914.
HSL color Cylindrical-coordinate representation of color #1A20BA: hue angle of 237.75º 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 #1A20BA is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 32 | 186 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.27 |
| HSL | 237.75º | 0.75% | 0.42% | - |
| HSV(B) | 237.75º | 0.86% | 0.73% | - |
| XYZ | 9.81 | 4.8 | 46.86 | - |
| YUV | 47.76 | 206.01 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 186 | 0.86 | 0.83 | 0 | 0.27 | 237.75 | 0.75 | 0.42 |
| Hex | 1A | 20 | BA | 56 | 53 | 0 | 1B | EE | 4B | 2A |
| Octal | 32 | 40 | 272 | 126 | 123 | 0 | 33 | 356 | 113 | 52 |
| Binary | 11010 | 100000 | 10111010 | 1010110 | 1010011 | 0 | 11011 | 11101110 | 1001011 | 101010 |
Color Harmonies of #1A20BA
Complementary color
Monochromatic Colors of #1A20BA
Black with #1A20BA
Text Example
Text Example
White with #1A20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A20BA; }
p { color: rgb(26,32,186); }
H1.HeaderClassName
{
color: #1A20BA;
}
.AnyTagClassName
{
color: #1A20BA;
}
</style>
background-color css
<style>
a { background-color: #1A20BA; }
a { background-color: rgb(26,32,186); }
div.DivClassName
{
background-color: #1A20BA;
}
.BgClassName
{
background-color: #1A20BA;
}
</style>
border-color css
<style>
span { border-color: #1A20BA; }
span { border-color: rgb(26,32,186); }
td.TdClassName
{
border-color: #1A20BA;
}
.TagClassName
{
border-color: #1A20BA;
}
</style>