Shades of Persian Blue #1A22B5
Tints of Persian Blue #1A22B5
RGB
CMYK
RGB Variations
Color information
#1A22B5 (or 0x1A22B5) is known color: Persian Blue. HEX triplet: 1A, 22 and B5. RGB value is (26,34,181). Sum of RGB (Red+Green+Blue) = 26+34+181=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 181 (71.09% from 255 or 75.10% from 241); Max value from RGB is 181 - color contains mainly: blue. Hex color #1A22B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A22B5 is #E5DD4A. Grayscale: #2F2F2F. Windows color (decimal): -15064395 or 11870746. OLE color: 11870746.
HSL color Cylindrical-coordinate representation of color #1A22B5: hue angle of 236.9º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A22B5 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 34 | 181 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.29 |
| HSL | 236.9º | 0.75% | 0.41% | - |
| HSV(B) | 236.9º | 0.86% | 0.71% | - |
| XYZ | 9.34 | 4.7 | 44.13 | - |
| YUV | 48.37 | 202.85 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 181 | 0.86 | 0.81 | 0 | 0.29 | 236.9 | 0.75 | 0.41 |
| Hex | 1A | 22 | B5 | 56 | 51 | 0 | 1D | ED | 4B | 29 |
| Octal | 32 | 42 | 265 | 126 | 121 | 0 | 35 | 355 | 113 | 51 |
| Binary | 11010 | 100010 | 10110101 | 1010110 | 1010001 | 0 | 11101 | 11101101 | 1001011 | 101001 |
Color Harmonies of #1A22B5
Complementary color
Monochromatic Colors of #1A22B5
Black with #1A22B5
Text Example
Text Example
White with #1A22B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A22B5; }
p { color: rgb(26,34,181); }
H1.HeaderClassName
{
color: #1A22B5;
}
.AnyTagClassName
{
color: #1A22B5;
}
</style>
background-color css
<style>
a { background-color: #1A22B5; }
a { background-color: rgb(26,34,181); }
div.DivClassName
{
background-color: #1A22B5;
}
.BgClassName
{
background-color: #1A22B5;
}
</style>
border-color css
<style>
span { border-color: #1A22B5; }
span { border-color: rgb(26,34,181); }
td.TdClassName
{
border-color: #1A22B5;
}
.TagClassName
{
border-color: #1A22B5;
}
</style>