Shades of Persian Blue #1432CB
Tints of Persian Blue #1432CB
RGB
CMYK
RGB Variations
Color information
#1432CB (or 0x1432CB) is known color: Persian Blue. HEX triplet: 14, 32 and CB. RGB value is (20,50,203). Sum of RGB (Red+Green+Blue) = 20+50+203=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #1432CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432CB is #EBCD34. Grayscale: #393939. Windows color (decimal): -15453493 or 13316628. OLE color: 13316628.
HSL color Cylindrical-coordinate representation of color #1432CB: hue angle of 230.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1432CB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 50 | 203 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.20 |
| HSL | 230.16º | 0.82% | 0.44% | - |
| HSV(B) | 230.16º | 0.9% | 0.8% | - |
| XYZ | 12.21 | 6.74 | 57.16 | - |
| YUV | 58.47 | 209.56 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 203 | 0.90 | 0.75 | 0 | 0.20 | 230.16 | 0.82 | 0.44 |
| Hex | 14 | 32 | CB | 5A | 4B | 0 | 14 | E6 | 52 | 2C |
| Octal | 24 | 62 | 313 | 132 | 113 | 0 | 24 | 346 | 122 | 54 |
| Binary | 10100 | 110010 | 11001011 | 1011010 | 1001011 | 0 | 10100 | 11100110 | 1010010 | 101100 |
Color Harmonies of #1432CB
Complementary color
Monochromatic Colors of #1432CB
Black with #1432CB
Text Example
Text Example
White with #1432CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1432CB; }
p { color: rgb(20,50,203); }
H1.HeaderClassName
{
color: #1432CB;
}
.AnyTagClassName
{
color: #1432CB;
}
</style>
background-color css
<style>
a { background-color: #1432CB; }
a { background-color: rgb(20,50,203); }
div.DivClassName
{
background-color: #1432CB;
}
.BgClassName
{
background-color: #1432CB;
}
</style>
border-color css
<style>
span { border-color: #1432CB; }
span { border-color: rgb(20,50,203); }
td.TdClassName
{
border-color: #1432CB;
}
.TagClassName
{
border-color: #1432CB;
}
</style>