Shades of Persian Blue #143DBF
Tints of Persian Blue #143DBF
RGB
CMYK
RGB Variations
Color information
#143DBF (or 0x143DBF) is known color: Persian Blue. HEX triplet: 14, 3D and BF. RGB value is (20,61,191). Sum of RGB (Red+Green+Blue) = 20+61+191=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #143DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DBF is #EBC240. Grayscale: #3F3F3F. Windows color (decimal): -15450689 or 12533012. OLE color: 12533012.
HSL color Cylindrical-coordinate representation of color #143DBF: hue angle of 225.61º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143DBF is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 61 | 191 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.25 |
| HSL | 225.61º | 0.81% | 0.41% | - |
| HSV(B) | 225.61º | 0.9% | 0.75% | - |
| XYZ | 11.36 | 7.25 | 50.09 | - |
| YUV | 63.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 191 | 0.90 | 0.68 | 0 | 0.25 | 225.61 | 0.81 | 0.41 |
| Hex | 14 | 3D | BF | 5A | 44 | 0 | 19 | E2 | 51 | 29 |
| Octal | 24 | 75 | 277 | 132 | 104 | 0 | 31 | 342 | 121 | 51 |
| Binary | 10100 | 111101 | 10111111 | 1011010 | 1000100 | 0 | 11001 | 11100010 | 1010001 | 101001 |
Color Harmonies of #143DBF
Complementary color
Monochromatic Colors of #143DBF
Black with #143DBF
Text Example
Text Example
White with #143DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DBF; }
p { color: rgb(20,61,191); }
H1.HeaderClassName
{
color: #143DBF;
}
.AnyTagClassName
{
color: #143DBF;
}
</style>
background-color css
<style>
a { background-color: #143DBF; }
a { background-color: rgb(20,61,191); }
div.DivClassName
{
background-color: #143DBF;
}
.BgClassName
{
background-color: #143DBF;
}
</style>
border-color css
<style>
span { border-color: #143DBF; }
span { border-color: rgb(20,61,191); }
td.TdClassName
{
border-color: #143DBF;
}
.TagClassName
{
border-color: #143DBF;
}
</style>