Shades of Persian Blue #143BDF
Tints of Persian Blue #143BDF
RGB
CMYK
RGB Variations
Color information
#143BDF (or 0x143BDF) is known color: Persian Blue. HEX triplet: 14, 3B and DF. RGB value is (20,59,223). Sum of RGB (Red+Green+Blue) = 20+59+223=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #143BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BDF is #EBC420. Grayscale: #414141. Windows color (decimal): -15451169 or 14629652. OLE color: 14629652.
HSL color Cylindrical-coordinate representation of color #143BDF: hue angle of 228.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143BDF is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 59 | 223 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.13 |
| HSL | 228.47º | 0.84% | 0.48% | - |
| HSV(B) | 228.47º | 0.91% | 0.87% | - |
| XYZ | 15.17 | 8.6 | 70.67 | - |
| YUV | 66.04 | 216.58 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 223 | 0.91 | 0.74 | 0 | 0.13 | 228.47 | 0.84 | 0.48 |
| Hex | 14 | 3B | DF | 5B | 4A | 0 | D | E4 | 54 | 30 |
| Octal | 24 | 73 | 337 | 133 | 112 | 0 | 15 | 344 | 124 | 60 |
| Binary | 10100 | 111011 | 11011111 | 1011011 | 1001010 | 0 | 1101 | 11100100 | 1010100 | 110000 |
Color Harmonies of #143BDF
Complementary color
Monochromatic Colors of #143BDF
Black with #143BDF
Text Example
Text Example
White with #143BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BDF; }
p { color: rgb(20,59,223); }
H1.HeaderClassName
{
color: #143BDF;
}
.AnyTagClassName
{
color: #143BDF;
}
</style>
background-color css
<style>
a { background-color: #143BDF; }
a { background-color: rgb(20,59,223); }
div.DivClassName
{
background-color: #143BDF;
}
.BgClassName
{
background-color: #143BDF;
}
</style>
border-color css
<style>
span { border-color: #143BDF; }
span { border-color: rgb(20,59,223); }
td.TdClassName
{
border-color: #143BDF;
}
.TagClassName
{
border-color: #143BDF;
}
</style>