Shades of Persian Blue #1A44BA
Tints of Persian Blue #1A44BA
RGB
CMYK
RGB Variations
Color information
#1A44BA (or 0x1A44BA) is known color: Persian Blue. HEX triplet: 1A, 44 and BA. RGB value is (26,68,186). Sum of RGB (Red+Green+Blue) = 26+68+186=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A44BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A44BA is #E5BB45. Grayscale: #444444. Windows color (decimal): -15055686 or 12207130. OLE color: 12207130.
HSL color Cylindrical-coordinate representation of color #1A44BA: hue angle of 224.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 #1A44BA is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 68 | 186 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.27 |
| HSL | 224.25º | 0.75% | 0.42% | - |
| HSV(B) | 224.25º | 0.86% | 0.73% | - |
| XYZ | 11.36 | 7.9 | 47.38 | - |
| YUV | 68.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 186 | 0.86 | 0.63 | 0 | 0.27 | 224.25 | 0.75 | 0.42 |
| Hex | 1A | 44 | BA | 56 | 3F | 0 | 1B | E0 | 4B | 2A |
| Octal | 32 | 104 | 272 | 126 | 77 | 0 | 33 | 340 | 113 | 52 |
| Binary | 11010 | 1000100 | 10111010 | 1010110 | 111111 | 0 | 11011 | 11100000 | 1001011 | 101010 |
Color Harmonies of #1A44BA
Complementary color
Monochromatic Colors of #1A44BA
Black with #1A44BA
Text Example
Text Example
White with #1A44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A44BA; }
p { color: rgb(26,68,186); }
H1.HeaderClassName
{
color: #1A44BA;
}
.AnyTagClassName
{
color: #1A44BA;
}
</style>
background-color css
<style>
a { background-color: #1A44BA; }
a { background-color: rgb(26,68,186); }
div.DivClassName
{
background-color: #1A44BA;
}
.BgClassName
{
background-color: #1A44BA;
}
</style>
border-color css
<style>
span { border-color: #1A44BA; }
span { border-color: rgb(26,68,186); }
td.TdClassName
{
border-color: #1A44BA;
}
.TagClassName
{
border-color: #1A44BA;
}
</style>