Shades of Persian Blue #1A26BA
Tints of Persian Blue #1A26BA
RGB
CMYK
RGB Variations
Color information
#1A26BA (or 0x1A26BA) is known color: Persian Blue. HEX triplet: 1A, 26 and BA. RGB value is (26,38,186). Sum of RGB (Red+Green+Blue) = 26+38+186=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A26BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A26BA is #E5D945. Grayscale: #323232. Windows color (decimal): -15063366 or 12199450. OLE color: 12199450.
HSL color Cylindrical-coordinate representation of color #1A26BA: hue angle of 235.5º 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 #1A26BA is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 38 | 186 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.27 |
| HSL | 235.5º | 0.75% | 0.42% | - |
| HSV(B) | 235.5º | 0.86% | 0.73% | - |
| XYZ | 9.98 | 5.15 | 46.92 | - |
| YUV | 51.28 | 204.02 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 186 | 0.86 | 0.80 | 0 | 0.27 | 235.5 | 0.75 | 0.42 |
| Hex | 1A | 26 | BA | 56 | 50 | 0 | 1B | EC | 4B | 2A |
| Octal | 32 | 46 | 272 | 126 | 120 | 0 | 33 | 354 | 113 | 52 |
| Binary | 11010 | 100110 | 10111010 | 1010110 | 1010000 | 0 | 11011 | 11101100 | 1001011 | 101010 |
Color Harmonies of #1A26BA
Complementary color
Monochromatic Colors of #1A26BA
Black with #1A26BA
Text Example
Text Example
White with #1A26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A26BA; }
p { color: rgb(26,38,186); }
H1.HeaderClassName
{
color: #1A26BA;
}
.AnyTagClassName
{
color: #1A26BA;
}
</style>
background-color css
<style>
a { background-color: #1A26BA; }
a { background-color: rgb(26,38,186); }
div.DivClassName
{
background-color: #1A26BA;
}
.BgClassName
{
background-color: #1A26BA;
}
</style>
border-color css
<style>
span { border-color: #1A26BA; }
span { border-color: rgb(26,38,186); }
td.TdClassName
{
border-color: #1A26BA;
}
.TagClassName
{
border-color: #1A26BA;
}
</style>