Shades of Persian Blue #1432DC
Tints of Persian Blue #1432DC
RGB
CMYK
RGB Variations
Color information
#1432DC (or 0x1432DC) is known color: Persian Blue. HEX triplet: 14, 32 and DC. RGB value is (20,50,220). Sum of RGB (Red+Green+Blue) = 20+50+220=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #1432DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432DC is #EBCD23. Grayscale: #3B3B3B. Windows color (decimal): -15453476 or 14430740. OLE color: 14430740.
HSL color Cylindrical-coordinate representation of color #1432DC: hue angle of 231º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1432DC is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 50 | 220 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.14 |
| HSL | 231º | 0.83% | 0.47% | - |
| HSV(B) | 231º | 0.91% | 0.86% | - |
| XYZ | 14.35 | 7.6 | 68.42 | - |
| YUV | 60.41 | 218.06 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 220 | 0.91 | 0.77 | 0 | 0.14 | 231 | 0.83 | 0.47 |
| Hex | 14 | 32 | DC | 5B | 4D | 0 | E | E7 | 53 | 2F |
| Octal | 24 | 62 | 334 | 133 | 115 | 0 | 16 | 347 | 123 | 57 |
| Binary | 10100 | 110010 | 11011100 | 1011011 | 1001101 | 0 | 1110 | 11100111 | 1010011 | 101111 |
Color Harmonies of #1432DC
Complementary color
Monochromatic Colors of #1432DC
Black with #1432DC
Text Example
Text Example
White with #1432DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1432DC; }
p { color: rgb(20,50,220); }
H1.HeaderClassName
{
color: #1432DC;
}
.AnyTagClassName
{
color: #1432DC;
}
</style>
background-color css
<style>
a { background-color: #1432DC; }
a { background-color: rgb(20,50,220); }
div.DivClassName
{
background-color: #1432DC;
}
.BgClassName
{
background-color: #1432DC;
}
</style>
border-color css
<style>
span { border-color: #1432DC; }
span { border-color: rgb(20,50,220); }
td.TdClassName
{
border-color: #1432DC;
}
.TagClassName
{
border-color: #1432DC;
}
</style>