Shades of Persian Blue #1A26DC
Tints of Persian Blue #1A26DC
RGB
CMYK
RGB Variations
Color information
#1A26DC (or 0x1A26DC) is known color: Persian Blue. HEX triplet: 1A, 26 and DC. RGB value is (26,38,220). Sum of RGB (Red+Green+Blue) = 26+38+220=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A26DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A26DC is #E5D923. Grayscale: #363636. Windows color (decimal): -15063332 or 14427674. OLE color: 14427674.
HSL color Cylindrical-coordinate representation of color #1A26DC: hue angle of 236.29º 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 #1A26DC is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 38 | 220 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.14 |
| HSL | 236.29º | 0.79% | 0.48% | - |
| HSV(B) | 236.29º | 0.88% | 0.86% | - |
| XYZ | 14.04 | 6.77 | 68.28 | - |
| YUV | 55.16 | 221.02 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 220 | 0.88 | 0.83 | 0 | 0.14 | 236.29 | 0.79 | 0.48 |
| Hex | 1A | 26 | DC | 58 | 53 | 0 | E | EC | 4F | 30 |
| Octal | 32 | 46 | 334 | 130 | 123 | 0 | 16 | 354 | 117 | 60 |
| Binary | 11010 | 100110 | 11011100 | 1011000 | 1010011 | 0 | 1110 | 11101100 | 1001111 | 110000 |
Color Harmonies of #1A26DC
Complementary color
Monochromatic Colors of #1A26DC
Black with #1A26DC
Text Example
Text Example
White with #1A26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A26DC; }
p { color: rgb(26,38,220); }
H1.HeaderClassName
{
color: #1A26DC;
}
.AnyTagClassName
{
color: #1A26DC;
}
</style>
background-color css
<style>
a { background-color: #1A26DC; }
a { background-color: rgb(26,38,220); }
div.DivClassName
{
background-color: #1A26DC;
}
.BgClassName
{
background-color: #1A26DC;
}
</style>
border-color css
<style>
span { border-color: #1A26DC; }
span { border-color: rgb(26,38,220); }
td.TdClassName
{
border-color: #1A26DC;
}
.TagClassName
{
border-color: #1A26DC;
}
</style>