Shades of Persian Blue #143AB9
Tints of Persian Blue #143AB9
RGB
CMYK
RGB Variations
Color information
#143AB9 (or 0x143AB9) is known color: Persian Blue. HEX triplet: 14, 3A and B9. RGB value is (20,58,185). Sum of RGB (Red+Green+Blue) = 20+58+185=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 185 (72.66% from 255 or 70.34% from 263); Max value from RGB is 185 - color contains mainly: blue. Hex color #143AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AB9 is #EBC546. Grayscale: #3C3C3C. Windows color (decimal): -15451463 or 12139028. OLE color: 12139028.
HSL color Cylindrical-coordinate representation of color #143AB9: hue angle of 226.18º degrees, saturation: 0.8, 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 #143AB9 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 58 | 185 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.27 |
| HSL | 226.18º | 0.8% | 0.4% | - |
| HSV(B) | 226.18º | 0.89% | 0.73% | - |
| XYZ | 10.56 | 6.68 | 46.63 | - |
| YUV | 61.12 | 197.91 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 185 | 0.89 | 0.69 | 0 | 0.27 | 226.18 | 0.8 | 0.4 |
| Hex | 14 | 3A | B9 | 59 | 45 | 0 | 1B | E2 | 50 | 28 |
| Octal | 24 | 72 | 271 | 131 | 105 | 0 | 33 | 342 | 120 | 50 |
| Binary | 10100 | 111010 | 10111001 | 1011001 | 1000101 | 0 | 11011 | 11100010 | 1010000 | 101000 |
Color Harmonies of #143AB9
Complementary color
Monochromatic Colors of #143AB9
Black with #143AB9
Text Example
Text Example
White with #143AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AB9; }
p { color: rgb(20,58,185); }
H1.HeaderClassName
{
color: #143AB9;
}
.AnyTagClassName
{
color: #143AB9;
}
</style>
background-color css
<style>
a { background-color: #143AB9; }
a { background-color: rgb(20,58,185); }
div.DivClassName
{
background-color: #143AB9;
}
.BgClassName
{
background-color: #143AB9;
}
</style>
border-color css
<style>
span { border-color: #143AB9; }
span { border-color: rgb(20,58,185); }
td.TdClassName
{
border-color: #143AB9;
}
.TagClassName
{
border-color: #143AB9;
}
</style>