Shades of Persian Blue #1A3ABD
Tints of Persian Blue #1A3ABD
RGB
CMYK
RGB Variations
Color information
#1A3ABD (or 0x1A3ABD) is known color: Persian Blue. HEX triplet: 1A, 3A and BD. RGB value is (26,58,189). Sum of RGB (Red+Green+Blue) = 26+58+189=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A3ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ABD is #E5C542. Grayscale: #3E3E3E. Windows color (decimal): -15058243 or 12401178. OLE color: 12401178.
HSL color Cylindrical-coordinate representation of color #1A3ABD: hue angle of 228.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A3ABD is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 58 | 189 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.26 |
| HSL | 228.22º | 0.76% | 0.42% | - |
| HSV(B) | 228.22º | 0.86% | 0.74% | - |
| XYZ | 11.12 | 6.92 | 48.89 | - |
| YUV | 63.37 | 198.9 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 58 | 189 | 0.86 | 0.69 | 0 | 0.26 | 228.22 | 0.76 | 0.42 |
| Hex | 1A | 3A | BD | 56 | 45 | 0 | 1A | E4 | 4C | 2A |
| Octal | 32 | 72 | 275 | 126 | 105 | 0 | 32 | 344 | 114 | 52 |
| Binary | 11010 | 111010 | 10111101 | 1010110 | 1000101 | 0 | 11010 | 11100100 | 1001100 | 101010 |
Color Harmonies of #1A3ABD
Complementary color
Monochromatic Colors of #1A3ABD
Black with #1A3ABD
Text Example
Text Example
White with #1A3ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3ABD; }
p { color: rgb(26,58,189); }
H1.HeaderClassName
{
color: #1A3ABD;
}
.AnyTagClassName
{
color: #1A3ABD;
}
</style>
background-color css
<style>
a { background-color: #1A3ABD; }
a { background-color: rgb(26,58,189); }
div.DivClassName
{
background-color: #1A3ABD;
}
.BgClassName
{
background-color: #1A3ABD;
}
</style>
border-color css
<style>
span { border-color: #1A3ABD; }
span { border-color: rgb(26,58,189); }
td.TdClassName
{
border-color: #1A3ABD;
}
.TagClassName
{
border-color: #1A3ABD;
}
</style>