Shades of Persian Blue #1A2CDA
Tints of Persian Blue #1A2CDA
RGB
CMYK
RGB Variations
Color information
#1A2CDA (or 0x1A2CDA) is known color: Persian Blue. HEX triplet: 1A, 2C and DA. RGB value is (26,44,218). Sum of RGB (Red+Green+Blue) = 26+44+218=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A2CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2CDA is #E5D325. Grayscale: #393939. Windows color (decimal): -15061798 or 14298138. OLE color: 14298138.
HSL color Cylindrical-coordinate representation of color #1A2CDA: hue angle of 234.38º 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 #1A2CDA is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 44 | 218 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.15 |
| HSL | 234.38º | 0.79% | 0.48% | - |
| HSV(B) | 234.38º | 0.88% | 0.85% | - |
| XYZ | 13.98 | 7.08 | 66.96 | - |
| YUV | 58.45 | 218.04 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 44 | 218 | 0.88 | 0.80 | 0 | 0.15 | 234.38 | 0.79 | 0.48 |
| Hex | 1A | 2C | DA | 58 | 50 | 0 | F | EA | 4F | 30 |
| Octal | 32 | 54 | 332 | 130 | 120 | 0 | 17 | 352 | 117 | 60 |
| Binary | 11010 | 101100 | 11011010 | 1011000 | 1010000 | 0 | 1111 | 11101010 | 1001111 | 110000 |
Color Harmonies of #1A2CDA
Complementary color
Monochromatic Colors of #1A2CDA
Black with #1A2CDA
Text Example
Text Example
White with #1A2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2CDA; }
p { color: rgb(26,44,218); }
H1.HeaderClassName
{
color: #1A2CDA;
}
.AnyTagClassName
{
color: #1A2CDA;
}
</style>
background-color css
<style>
a { background-color: #1A2CDA; }
a { background-color: rgb(26,44,218); }
div.DivClassName
{
background-color: #1A2CDA;
}
.BgClassName
{
background-color: #1A2CDA;
}
</style>
border-color css
<style>
span { border-color: #1A2CDA; }
span { border-color: rgb(26,44,218); }
td.TdClassName
{
border-color: #1A2CDA;
}
.TagClassName
{
border-color: #1A2CDA;
}
</style>