Shades of Persian Blue #1A3AC9
Tints of Persian Blue #1A3AC9
RGB
CMYK
RGB Variations
Color information
#1A3AC9 (or 0x1A3AC9) is known color: Persian Blue. HEX triplet: 1A, 3A and C9. RGB value is (26,58,201). Sum of RGB (Red+Green+Blue) = 26+58+201=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #1A3AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3AC9 is #E5C536. Grayscale: #404040. Windows color (decimal): -15058231 or 13187610. OLE color: 13187610.
HSL color Cylindrical-coordinate representation of color #1A3AC9: hue angle of 229.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A3AC9 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 58 | 201 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.21 |
| HSL | 229.03º | 0.77% | 0.45% | - |
| HSV(B) | 229.03º | 0.87% | 0.79% | - |
| XYZ | 12.48 | 7.46 | 56.04 | - |
| YUV | 64.73 | 204.9 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 58 | 201 | 0.87 | 0.71 | 0 | 0.21 | 229.03 | 0.77 | 0.45 |
| Hex | 1A | 3A | C9 | 57 | 47 | 0 | 15 | E5 | 4D | 2D |
| Octal | 32 | 72 | 311 | 127 | 107 | 0 | 25 | 345 | 115 | 55 |
| Binary | 11010 | 111010 | 11001001 | 1010111 | 1000111 | 0 | 10101 | 11100101 | 1001101 | 101101 |
Color Harmonies of #1A3AC9
Complementary color
Monochromatic Colors of #1A3AC9
Black with #1A3AC9
Text Example
Text Example
White with #1A3AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3AC9; }
p { color: rgb(26,58,201); }
H1.HeaderClassName
{
color: #1A3AC9;
}
.AnyTagClassName
{
color: #1A3AC9;
}
</style>
background-color css
<style>
a { background-color: #1A3AC9; }
a { background-color: rgb(26,58,201); }
div.DivClassName
{
background-color: #1A3AC9;
}
.BgClassName
{
background-color: #1A3AC9;
}
</style>
border-color css
<style>
span { border-color: #1A3AC9; }
span { border-color: rgb(26,58,201); }
td.TdClassName
{
border-color: #1A3AC9;
}
.TagClassName
{
border-color: #1A3AC9;
}
</style>