Shades of Persian Blue #1A32DC
Tints of Persian Blue #1A32DC
RGB
CMYK
RGB Variations
Color information
#1A32DC (or 0x1A32DC) is known color: Persian Blue. HEX triplet: 1A, 32 and DC. RGB value is (26,50,220). Sum of RGB (Red+Green+Blue) = 26+50+220=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A32DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A32DC is #E5CD23. Grayscale: #3D3D3D. Windows color (decimal): -15060260 or 14430746. OLE color: 14430746.
HSL color Cylindrical-coordinate representation of color #1A32DC: hue angle of 232.58º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A32DC is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 50 | 220 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.14 |
| HSL | 232.58º | 0.79% | 0.48% | - |
| HSV(B) | 232.58º | 0.88% | 0.86% | - |
| XYZ | 14.48 | 7.67 | 68.43 | - |
| YUV | 62.2 | 217.05 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 220 | 0.88 | 0.77 | 0 | 0.14 | 232.58 | 0.79 | 0.48 |
| Hex | 1A | 32 | DC | 58 | 4D | 0 | E | E9 | 4F | 30 |
| Octal | 32 | 62 | 334 | 130 | 115 | 0 | 16 | 351 | 117 | 60 |
| Binary | 11010 | 110010 | 11011100 | 1011000 | 1001101 | 0 | 1110 | 11101001 | 1001111 | 110000 |
Color Harmonies of #1A32DC
Complementary color
Monochromatic Colors of #1A32DC
Black with #1A32DC
Text Example
Text Example
White with #1A32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A32DC; }
p { color: rgb(26,50,220); }
H1.HeaderClassName
{
color: #1A32DC;
}
.AnyTagClassName
{
color: #1A32DC;
}
</style>
background-color css
<style>
a { background-color: #1A32DC; }
a { background-color: rgb(26,50,220); }
div.DivClassName
{
background-color: #1A32DC;
}
.BgClassName
{
background-color: #1A32DC;
}
</style>
border-color css
<style>
span { border-color: #1A32DC; }
span { border-color: rgb(26,50,220); }
td.TdClassName
{
border-color: #1A32DC;
}
.TagClassName
{
border-color: #1A32DC;
}
</style>