Shades of Persian Blue #143DB9
Tints of Persian Blue #143DB9
RGB
CMYK
RGB Variations
Color information
#143DB9 (or 0x143DB9) is known color: Persian Blue. HEX triplet: 14, 3D and B9. RGB value is (20,61,185). Sum of RGB (Red+Green+Blue) = 20+61+185=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 185 (72.66% from 255 or 69.55% from 266); Max value from RGB is 185 - color contains mainly: blue. Hex color #143DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DB9 is #EBC246. Grayscale: #3E3E3E. Windows color (decimal): -15450695 or 12139796. OLE color: 12139796.
HSL color Cylindrical-coordinate representation of color #143DB9: hue angle of 225.09º 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 #143DB9 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 61 | 185 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.27 |
| HSL | 225.09º | 0.8% | 0.4% | - |
| HSV(B) | 225.09º | 0.89% | 0.73% | - |
| XYZ | 10.71 | 6.99 | 46.68 | - |
| YUV | 62.88 | 196.92 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 185 | 0.89 | 0.67 | 0 | 0.27 | 225.09 | 0.8 | 0.4 |
| Hex | 14 | 3D | B9 | 59 | 43 | 0 | 1B | E1 | 50 | 28 |
| Octal | 24 | 75 | 271 | 131 | 103 | 0 | 33 | 341 | 120 | 50 |
| Binary | 10100 | 111101 | 10111001 | 1011001 | 1000011 | 0 | 11011 | 11100001 | 1010000 | 101000 |
Color Harmonies of #143DB9
Complementary color
Monochromatic Colors of #143DB9
Black with #143DB9
Text Example
Text Example
White with #143DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DB9; }
p { color: rgb(20,61,185); }
H1.HeaderClassName
{
color: #143DB9;
}
.AnyTagClassName
{
color: #143DB9;
}
</style>
background-color css
<style>
a { background-color: #143DB9; }
a { background-color: rgb(20,61,185); }
div.DivClassName
{
background-color: #143DB9;
}
.BgClassName
{
background-color: #143DB9;
}
</style>
border-color css
<style>
span { border-color: #143DB9; }
span { border-color: rgb(20,61,185); }
td.TdClassName
{
border-color: #143DB9;
}
.TagClassName
{
border-color: #143DB9;
}
</style>