Shades of Persian Blue #1A41BA
Tints of Persian Blue #1A41BA
RGB
CMYK
RGB Variations
Color information
#1A41BA (or 0x1A41BA) is known color: Persian Blue. HEX triplet: 1A, 41 and BA. RGB value is (26,65,186). Sum of RGB (Red+Green+Blue) = 26+65+186=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A41BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A41BA is #E5BE45. Grayscale: #424242. Windows color (decimal): -15056454 or 12206362. OLE color: 12206362.
HSL color Cylindrical-coordinate representation of color #1A41BA: hue angle of 225.38º 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 #1A41BA is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 65 | 186 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.27 |
| HSL | 225.38º | 0.75% | 0.42% | - |
| HSV(B) | 225.38º | 0.86% | 0.73% | - |
| XYZ | 11.18 | 7.55 | 47.32 | - |
| YUV | 67.13 | 195.08 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 186 | 0.86 | 0.65 | 0 | 0.27 | 225.38 | 0.75 | 0.42 |
| Hex | 1A | 41 | BA | 56 | 41 | 0 | 1B | E1 | 4B | 2A |
| Octal | 32 | 101 | 272 | 126 | 101 | 0 | 33 | 341 | 113 | 52 |
| Binary | 11010 | 1000001 | 10111010 | 1010110 | 1000001 | 0 | 11011 | 11100001 | 1001011 | 101010 |
Color Harmonies of #1A41BA
Complementary color
Monochromatic Colors of #1A41BA
Black with #1A41BA
Text Example
Text Example
White with #1A41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A41BA; }
p { color: rgb(26,65,186); }
H1.HeaderClassName
{
color: #1A41BA;
}
.AnyTagClassName
{
color: #1A41BA;
}
</style>
background-color css
<style>
a { background-color: #1A41BA; }
a { background-color: rgb(26,65,186); }
div.DivClassName
{
background-color: #1A41BA;
}
.BgClassName
{
background-color: #1A41BA;
}
</style>
border-color css
<style>
span { border-color: #1A41BA; }
span { border-color: rgb(26,65,186); }
td.TdClassName
{
border-color: #1A41BA;
}
.TagClassName
{
border-color: #1A41BA;
}
</style>