Shades of Persian Blue #1A32EB
Tints of Persian Blue #1A32EB
RGB
CMYK
RGB Variations
Color information
#1A32EB (or 0x1A32EB) is known color: Persian Blue. HEX triplet: 1A, 32 and EB. RGB value is (26,50,235). Sum of RGB (Red+Green+Blue) = 26+50+235=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A32EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A32EB is #E5CD14. Grayscale: #3F3F3F. Windows color (decimal): -15060245 or 15413786. OLE color: 15413786.
HSL color Cylindrical-coordinate representation of color #1A32EB: hue angle of 233.11º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A32EB is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 50 | 235 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.08 |
| HSL | 233.11º | 0.84% | 0.51% | - |
| HSV(B) | 233.11º | 0.89% | 0.92% | - |
| XYZ | 16.56 | 8.5 | 79.36 | - |
| YUV | 63.91 | 224.55 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 235 | 0.89 | 0.79 | 0 | 0.08 | 233.11 | 0.84 | 0.51 |
| Hex | 1A | 32 | EB | 59 | 4F | 0 | 8 | E9 | 54 | 33 |
| Octal | 32 | 62 | 353 | 131 | 117 | 0 | 10 | 351 | 124 | 63 |
| Binary | 11010 | 110010 | 11101011 | 1011001 | 1001111 | 0 | 1000 | 11101001 | 1010100 | 110011 |
Color Harmonies of #1A32EB
Complementary color
Monochromatic Colors of #1A32EB
Black with #1A32EB
Text Example
Text Example
White with #1A32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A32EB; }
p { color: rgb(26,50,235); }
H1.HeaderClassName
{
color: #1A32EB;
}
.AnyTagClassName
{
color: #1A32EB;
}
</style>
background-color css
<style>
a { background-color: #1A32EB; }
a { background-color: rgb(26,50,235); }
div.DivClassName
{
background-color: #1A32EB;
}
.BgClassName
{
background-color: #1A32EB;
}
</style>
border-color css
<style>
span { border-color: #1A32EB; }
span { border-color: rgb(26,50,235); }
td.TdClassName
{
border-color: #1A32EB;
}
.TagClassName
{
border-color: #1A32EB;
}
</style>