Shades of Persian Blue #143CBA
Tints of Persian Blue #143CBA
RGB
CMYK
RGB Variations
Color information
#143CBA (or 0x143CBA) is known color: Persian Blue. HEX triplet: 14, 3C and BA. RGB value is (20,60,186). Sum of RGB (Red+Green+Blue) = 20+60+186=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #143CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CBA is #EBC345. Grayscale: #3D3D3D. Windows color (decimal): -15450950 or 12205076. OLE color: 12205076.
HSL color Cylindrical-coordinate representation of color #143CBA: hue angle of 225.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143CBA is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 60 | 186 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.27 |
| HSL | 225.54º | 0.81% | 0.4% | - |
| HSV(B) | 225.54º | 0.89% | 0.73% | - |
| XYZ | 10.77 | 6.93 | 47.22 | - |
| YUV | 62.4 | 197.75 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 186 | 0.89 | 0.68 | 0 | 0.27 | 225.54 | 0.81 | 0.4 |
| Hex | 14 | 3C | BA | 59 | 44 | 0 | 1B | E2 | 51 | 28 |
| Octal | 24 | 74 | 272 | 131 | 104 | 0 | 33 | 342 | 121 | 50 |
| Binary | 10100 | 111100 | 10111010 | 1011001 | 1000100 | 0 | 11011 | 11100010 | 1010001 | 101000 |
Color Harmonies of #143CBA
Complementary color
Monochromatic Colors of #143CBA
Black with #143CBA
Text Example
Text Example
White with #143CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CBA; }
p { color: rgb(20,60,186); }
H1.HeaderClassName
{
color: #143CBA;
}
.AnyTagClassName
{
color: #143CBA;
}
</style>
background-color css
<style>
a { background-color: #143CBA; }
a { background-color: rgb(20,60,186); }
div.DivClassName
{
background-color: #143CBA;
}
.BgClassName
{
background-color: #143CBA;
}
</style>
border-color css
<style>
span { border-color: #143CBA; }
span { border-color: rgb(20,60,186); }
td.TdClassName
{
border-color: #143CBA;
}
.TagClassName
{
border-color: #143CBA;
}
</style>