Shades of Persian Blue #1A26CE
Tints of Persian Blue #1A26CE
RGB
CMYK
RGB Variations
Color information
#1A26CE (or 0x1A26CE) is known color: Persian Blue. HEX triplet: 1A, 26 and CE. RGB value is (26,38,206). Sum of RGB (Red+Green+Blue) = 26+38+206=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A26CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A26CE is #E5D931. Grayscale: #343434. Windows color (decimal): -15063346 or 13510170. OLE color: 13510170.
HSL color Cylindrical-coordinate representation of color #1A26CE: hue angle of 236º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A26CE is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 38 | 206 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.19 |
| HSL | 236º | 0.78% | 0.45% | - |
| HSV(B) | 236º | 0.87% | 0.81% | - |
| XYZ | 12.26 | 6.06 | 58.92 | - |
| YUV | 53.56 | 214.02 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 206 | 0.87 | 0.82 | 0 | 0.19 | 236 | 0.78 | 0.45 |
| Hex | 1A | 26 | CE | 57 | 52 | 0 | 13 | EC | 4E | 2D |
| Octal | 32 | 46 | 316 | 127 | 122 | 0 | 23 | 354 | 116 | 55 |
| Binary | 11010 | 100110 | 11001110 | 1010111 | 1010010 | 0 | 10011 | 11101100 | 1001110 | 101101 |
Color Harmonies of #1A26CE
Complementary color
Monochromatic Colors of #1A26CE
Black with #1A26CE
Text Example
Text Example
White with #1A26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A26CE; }
p { color: rgb(26,38,206); }
H1.HeaderClassName
{
color: #1A26CE;
}
.AnyTagClassName
{
color: #1A26CE;
}
</style>
background-color css
<style>
a { background-color: #1A26CE; }
a { background-color: rgb(26,38,206); }
div.DivClassName
{
background-color: #1A26CE;
}
.BgClassName
{
background-color: #1A26CE;
}
</style>
border-color css
<style>
span { border-color: #1A26CE; }
span { border-color: rgb(26,38,206); }
td.TdClassName
{
border-color: #1A26CE;
}
.TagClassName
{
border-color: #1A26CE;
}
</style>