Shades of Persian Blue #1A26D6
Tints of Persian Blue #1A26D6
RGB
CMYK
RGB Variations
Color information
#1A26D6 (or 0x1A26D6) is known color: Persian Blue. HEX triplet: 1A, 26 and D6. RGB value is (26,38,214). Sum of RGB (Red+Green+Blue) = 26+38+214=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 214 (83.98% from 255 or 76.98% from 278); Max value from RGB is 214 - color contains mainly: blue. Hex color #1A26D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A26D6 is #E5D929. Grayscale: #353535. Windows color (decimal): -15063338 or 14034458. OLE color: 14034458.
HSL color Cylindrical-coordinate representation of color #1A26D6: hue angle of 236.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A26D6 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 38 | 214 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.16 |
| HSL | 236.17º | 0.78% | 0.47% | - |
| HSV(B) | 236.17º | 0.88% | 0.84% | - |
| XYZ | 13.26 | 6.46 | 64.17 | - |
| YUV | 54.48 | 218.02 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 214 | 0.88 | 0.82 | 0 | 0.16 | 236.17 | 0.78 | 0.47 |
| Hex | 1A | 26 | D6 | 58 | 52 | 0 | 10 | EC | 4E | 2F |
| Octal | 32 | 46 | 326 | 130 | 122 | 0 | 20 | 354 | 116 | 57 |
| Binary | 11010 | 100110 | 11010110 | 1011000 | 1010010 | 0 | 10000 | 11101100 | 1001110 | 101111 |
Color Harmonies of #1A26D6
Complementary color
Monochromatic Colors of #1A26D6
Black with #1A26D6
Text Example
Text Example
White with #1A26D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A26D6; }
p { color: rgb(26,38,214); }
H1.HeaderClassName
{
color: #1A26D6;
}
.AnyTagClassName
{
color: #1A26D6;
}
</style>
background-color css
<style>
a { background-color: #1A26D6; }
a { background-color: rgb(26,38,214); }
div.DivClassName
{
background-color: #1A26D6;
}
.BgClassName
{
background-color: #1A26D6;
}
</style>
border-color css
<style>
span { border-color: #1A26D6; }
span { border-color: rgb(26,38,214); }
td.TdClassName
{
border-color: #1A26D6;
}
.TagClassName
{
border-color: #1A26D6;
}
</style>