Shades of Persian Blue #1A2BDA
Tints of Persian Blue #1A2BDA
RGB
CMYK
RGB Variations
Color information
#1A2BDA (or 0x1A2BDA) is known color: Persian Blue. HEX triplet: 1A, 2B and DA. RGB value is (26,43,218). Sum of RGB (Red+Green+Blue) = 26+43+218=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A2BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2BDA is #E5D425. Grayscale: #393939. Windows color (decimal): -15062054 or 14297882. OLE color: 14297882.
HSL color Cylindrical-coordinate representation of color #1A2BDA: hue angle of 234.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A2BDA is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 43 | 218 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.15 |
| HSL | 234.69º | 0.79% | 0.48% | - |
| HSV(B) | 234.69º | 0.88% | 0.85% | - |
| XYZ | 13.94 | 7.01 | 66.95 | - |
| YUV | 57.87 | 218.37 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 218 | 0.88 | 0.80 | 0 | 0.15 | 234.69 | 0.79 | 0.48 |
| Hex | 1A | 2B | DA | 58 | 50 | 0 | F | EB | 4F | 30 |
| Octal | 32 | 53 | 332 | 130 | 120 | 0 | 17 | 353 | 117 | 60 |
| Binary | 11010 | 101011 | 11011010 | 1011000 | 1010000 | 0 | 1111 | 11101011 | 1001111 | 110000 |
Color Harmonies of #1A2BDA
Complementary color
Monochromatic Colors of #1A2BDA
Black with #1A2BDA
Text Example
Text Example
White with #1A2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2BDA; }
p { color: rgb(26,43,218); }
H1.HeaderClassName
{
color: #1A2BDA;
}
.AnyTagClassName
{
color: #1A2BDA;
}
</style>
background-color css
<style>
a { background-color: #1A2BDA; }
a { background-color: rgb(26,43,218); }
div.DivClassName
{
background-color: #1A2BDA;
}
.BgClassName
{
background-color: #1A2BDA;
}
</style>
border-color css
<style>
span { border-color: #1A2BDA; }
span { border-color: rgb(26,43,218); }
td.TdClassName
{
border-color: #1A2BDA;
}
.TagClassName
{
border-color: #1A2BDA;
}
</style>