Shades of Persian Blue #1A24DA
Tints of Persian Blue #1A24DA
RGB
CMYK
RGB Variations
Color information
#1A24DA (or 0x1A24DA) is known color: Persian Blue. HEX triplet: 1A, 24 and DA. RGB value is (26,36,218). Sum of RGB (Red+Green+Blue) = 26+36+218=280 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.29% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A24DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A24DA is #E5DB25. Grayscale: #353535. Windows color (decimal): -15063846 or 14296090. OLE color: 14296090.
HSL color Cylindrical-coordinate representation of color #1A24DA: hue angle of 236.88º 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 #1A24DA is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 36 | 218 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.15 |
| HSL | 236.88º | 0.79% | 0.48% | - |
| HSV(B) | 236.88º | 0.88% | 0.85% | - |
| XYZ | 13.71 | 6.54 | 66.87 | - |
| YUV | 53.76 | 220.69 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 218 | 0.88 | 0.83 | 0 | 0.15 | 236.88 | 0.79 | 0.48 |
| Hex | 1A | 24 | DA | 58 | 53 | 0 | F | ED | 4F | 30 |
| Octal | 32 | 44 | 332 | 130 | 123 | 0 | 17 | 355 | 117 | 60 |
| Binary | 11010 | 100100 | 11011010 | 1011000 | 1010011 | 0 | 1111 | 11101101 | 1001111 | 110000 |
Color Harmonies of #1A24DA
Complementary color
Monochromatic Colors of #1A24DA
Black with #1A24DA
Text Example
Text Example
White with #1A24DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A24DA; }
p { color: rgb(26,36,218); }
H1.HeaderClassName
{
color: #1A24DA;
}
.AnyTagClassName
{
color: #1A24DA;
}
</style>
background-color css
<style>
a { background-color: #1A24DA; }
a { background-color: rgb(26,36,218); }
div.DivClassName
{
background-color: #1A24DA;
}
.BgClassName
{
background-color: #1A24DA;
}
</style>
border-color css
<style>
span { border-color: #1A24DA; }
span { border-color: rgb(26,36,218); }
td.TdClassName
{
border-color: #1A24DA;
}
.TagClassName
{
border-color: #1A24DA;
}
</style>