Shades of Persian Blue #1A40CA
Tints of Persian Blue #1A40CA
RGB
CMYK
RGB Variations
Color information
#1A40CA (or 0x1A40CA) is known color: Persian Blue. HEX triplet: 1A, 40 and CA. RGB value is (26,64,202). Sum of RGB (Red+Green+Blue) = 26+64+202=292 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.90% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 202 (79.30% from 255 or 69.18% from 292); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A40CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A40CA is #E5BF35. Grayscale: #434343. Windows color (decimal): -15056694 or 13254682. OLE color: 13254682.
HSL color Cylindrical-coordinate representation of color #1A40CA: hue angle of 227.05º 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 #1A40CA is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 64 | 202 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.21 |
| HSL | 227.05º | 0.77% | 0.45% | - |
| HSV(B) | 227.05º | 0.87% | 0.79% | - |
| XYZ | 12.92 | 8.15 | 56.77 | - |
| YUV | 68.37 | 203.41 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 202 | 0.87 | 0.68 | 0 | 0.21 | 227.05 | 0.77 | 0.45 |
| Hex | 1A | 40 | CA | 57 | 44 | 0 | 15 | E3 | 4D | 2D |
| Octal | 32 | 100 | 312 | 127 | 104 | 0 | 25 | 343 | 115 | 55 |
| Binary | 11010 | 1000000 | 11001010 | 1010111 | 1000100 | 0 | 10101 | 11100011 | 1001101 | 101101 |
Color Harmonies of #1A40CA
Complementary color
Monochromatic Colors of #1A40CA
Black with #1A40CA
Text Example
Text Example
White with #1A40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A40CA; }
p { color: rgb(26,64,202); }
H1.HeaderClassName
{
color: #1A40CA;
}
.AnyTagClassName
{
color: #1A40CA;
}
</style>
background-color css
<style>
a { background-color: #1A40CA; }
a { background-color: rgb(26,64,202); }
div.DivClassName
{
background-color: #1A40CA;
}
.BgClassName
{
background-color: #1A40CA;
}
</style>
border-color css
<style>
span { border-color: #1A40CA; }
span { border-color: rgb(26,64,202); }
td.TdClassName
{
border-color: #1A40CA;
}
.TagClassName
{
border-color: #1A40CA;
}
</style>