Shades of Persian Blue #1A32CD
Tints of Persian Blue #1A32CD
RGB
CMYK
RGB Variations
Color information
#1A32CD (or 0x1A32CD) is known color: Persian Blue. HEX triplet: 1A, 32 and CD. RGB value is (26,50,205). Sum of RGB (Red+Green+Blue) = 26+50+205=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #1A32CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A32CD is #E5CD32. Grayscale: #3B3B3B. Windows color (decimal): -15060275 or 13447706. OLE color: 13447706.
HSL color Cylindrical-coordinate representation of color #1A32CD: hue angle of 231.96º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A32CD is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 50 | 205 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.20 |
| HSL | 231.96º | 0.77% | 0.45% | - |
| HSV(B) | 231.96º | 0.87% | 0.8% | - |
| XYZ | 12.59 | 6.91 | 58.43 | - |
| YUV | 60.49 | 209.55 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 205 | 0.87 | 0.76 | 0 | 0.20 | 231.96 | 0.77 | 0.45 |
| Hex | 1A | 32 | CD | 57 | 4C | 0 | 14 | E8 | 4D | 2D |
| Octal | 32 | 62 | 315 | 127 | 114 | 0 | 24 | 350 | 115 | 55 |
| Binary | 11010 | 110010 | 11001101 | 1010111 | 1001100 | 0 | 10100 | 11101000 | 1001101 | 101101 |
Color Harmonies of #1A32CD
Complementary color
Monochromatic Colors of #1A32CD
Black with #1A32CD
Text Example
Text Example
White with #1A32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A32CD; }
p { color: rgb(26,50,205); }
H1.HeaderClassName
{
color: #1A32CD;
}
.AnyTagClassName
{
color: #1A32CD;
}
</style>
background-color css
<style>
a { background-color: #1A32CD; }
a { background-color: rgb(26,50,205); }
div.DivClassName
{
background-color: #1A32CD;
}
.BgClassName
{
background-color: #1A32CD;
}
</style>
border-color css
<style>
span { border-color: #1A32CD; }
span { border-color: rgb(26,50,205); }
td.TdClassName
{
border-color: #1A32CD;
}
.TagClassName
{
border-color: #1A32CD;
}
</style>