Shades of Persian Blue #1A2AC8
Tints of Persian Blue #1A2AC8
RGB
CMYK
RGB Variations
Color information
#1A2AC8 (or 0x1A2AC8) is known color: Persian Blue. HEX triplet: 1A, 2A and C8. RGB value is (26,42,200). Sum of RGB (Red+Green+Blue) = 26+42+200=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 200 (78.52% from 255 or 74.63% from 268); Max value from RGB is 200 - color contains mainly: blue. Hex color #1A2AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2AC8 is #E5D537. Grayscale: #363636. Windows color (decimal): -15062328 or 13117978. OLE color: 13117978.
HSL color Cylindrical-coordinate representation of color #1A2AC8: hue angle of 234.48º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A2AC8 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 42 | 200 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.22 |
| HSL | 234.48º | 0.77% | 0.44% | - |
| HSV(B) | 234.48º | 0.87% | 0.78% | - |
| XYZ | 11.68 | 6.05 | 55.19 | - |
| YUV | 55.23 | 209.7 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 42 | 200 | 0.87 | 0.79 | 0 | 0.22 | 234.48 | 0.77 | 0.44 |
| Hex | 1A | 2A | C8 | 57 | 4F | 0 | 16 | EA | 4D | 2C |
| Octal | 32 | 52 | 310 | 127 | 117 | 0 | 26 | 352 | 115 | 54 |
| Binary | 11010 | 101010 | 11001000 | 1010111 | 1001111 | 0 | 10110 | 11101010 | 1001101 | 101100 |
Color Harmonies of #1A2AC8
Complementary color
Monochromatic Colors of #1A2AC8
Black with #1A2AC8
Text Example
Text Example
White with #1A2AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2AC8; }
p { color: rgb(26,42,200); }
H1.HeaderClassName
{
color: #1A2AC8;
}
.AnyTagClassName
{
color: #1A2AC8;
}
</style>
background-color css
<style>
a { background-color: #1A2AC8; }
a { background-color: rgb(26,42,200); }
div.DivClassName
{
background-color: #1A2AC8;
}
.BgClassName
{
background-color: #1A2AC8;
}
</style>
border-color css
<style>
span { border-color: #1A2AC8; }
span { border-color: rgb(26,42,200); }
td.TdClassName
{
border-color: #1A2AC8;
}
.TagClassName
{
border-color: #1A2AC8;
}
</style>