Shades of Persian Blue #1A2CDB
Tints of Persian Blue #1A2CDB
RGB
CMYK
RGB Variations
Color information
#1A2CDB (or 0x1A2CDB) is known color: Persian Blue. HEX triplet: 1A, 2C and DB. RGB value is (26,44,219). Sum of RGB (Red+Green+Blue) = 26+44+219=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A2CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2CDB is #E5D324. Grayscale: #393939. Windows color (decimal): -15061797 or 14363674. OLE color: 14363674.
HSL color Cylindrical-coordinate representation of color #1A2CDB: hue angle of 234.4º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A2CDB is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 44 | 219 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.14 |
| HSL | 234.4º | 0.79% | 0.48% | - |
| HSV(B) | 234.4º | 0.88% | 0.86% | - |
| XYZ | 14.11 | 7.14 | 67.65 | - |
| YUV | 58.57 | 218.54 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 44 | 219 | 0.88 | 0.80 | 0 | 0.14 | 234.4 | 0.79 | 0.48 |
| Hex | 1A | 2C | DB | 58 | 50 | 0 | E | EA | 4F | 30 |
| Octal | 32 | 54 | 333 | 130 | 120 | 0 | 16 | 352 | 117 | 60 |
| Binary | 11010 | 101100 | 11011011 | 1011000 | 1010000 | 0 | 1110 | 11101010 | 1001111 | 110000 |
Color Harmonies of #1A2CDB
Complementary color
Monochromatic Colors of #1A2CDB
Black with #1A2CDB
Text Example
Text Example
White with #1A2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2CDB; }
p { color: rgb(26,44,219); }
H1.HeaderClassName
{
color: #1A2CDB;
}
.AnyTagClassName
{
color: #1A2CDB;
}
</style>
background-color css
<style>
a { background-color: #1A2CDB; }
a { background-color: rgb(26,44,219); }
div.DivClassName
{
background-color: #1A2CDB;
}
.BgClassName
{
background-color: #1A2CDB;
}
</style>
border-color css
<style>
span { border-color: #1A2CDB; }
span { border-color: rgb(26,44,219); }
td.TdClassName
{
border-color: #1A2CDB;
}
.TagClassName
{
border-color: #1A2CDB;
}
</style>