Shades of Persian Blue #143DBE
Tints of Persian Blue #143DBE
RGB
CMYK
RGB Variations
Color information
#143DBE (or 0x143DBE) is known color: Persian Blue. HEX triplet: 14, 3D and BE. RGB value is (20,61,190). Sum of RGB (Red+Green+Blue) = 20+61+190=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #143DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DBE is #EBC241. Grayscale: #3E3E3E. Windows color (decimal): -15450690 or 12467476. OLE color: 12467476.
HSL color Cylindrical-coordinate representation of color #143DBE: hue angle of 225.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143DBE is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 61 | 190 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.25 |
| HSL | 225.53º | 0.81% | 0.41% | - |
| HSV(B) | 225.53º | 0.89% | 0.75% | - |
| XYZ | 11.25 | 7.2 | 49.51 | - |
| YUV | 63.45 | 199.42 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 190 | 0.89 | 0.68 | 0 | 0.25 | 225.53 | 0.81 | 0.41 |
| Hex | 14 | 3D | BE | 59 | 44 | 0 | 19 | E2 | 51 | 29 |
| Octal | 24 | 75 | 276 | 131 | 104 | 0 | 31 | 342 | 121 | 51 |
| Binary | 10100 | 111101 | 10111110 | 1011001 | 1000100 | 0 | 11001 | 11100010 | 1010001 | 101001 |
Color Harmonies of #143DBE
Complementary color
Monochromatic Colors of #143DBE
Black with #143DBE
Text Example
Text Example
White with #143DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DBE; }
p { color: rgb(20,61,190); }
H1.HeaderClassName
{
color: #143DBE;
}
.AnyTagClassName
{
color: #143DBE;
}
</style>
background-color css
<style>
a { background-color: #143DBE; }
a { background-color: rgb(20,61,190); }
div.DivClassName
{
background-color: #143DBE;
}
.BgClassName
{
background-color: #143DBE;
}
</style>
border-color css
<style>
span { border-color: #143DBE; }
span { border-color: rgb(20,61,190); }
td.TdClassName
{
border-color: #143DBE;
}
.TagClassName
{
border-color: #143DBE;
}
</style>