Shades of Persian Blue #143BBF
Tints of Persian Blue #143BBF
RGB
CMYK
RGB Variations
Color information
#143BBF (or 0x143BBF) is known color: Persian Blue. HEX triplet: 14, 3B and BF. RGB value is (20,59,191). Sum of RGB (Red+Green+Blue) = 20+59+191=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #143BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BBF is #EBC440. Grayscale: #3D3D3D. Windows color (decimal): -15451201 or 12532500. OLE color: 12532500.
HSL color Cylindrical-coordinate representation of color #143BBF: hue angle of 226.32º 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 #143BBF is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 59 | 191 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.25 |
| HSL | 226.32º | 0.81% | 0.41% | - |
| HSV(B) | 226.32º | 0.9% | 0.75% | - |
| XYZ | 11.26 | 7.04 | 50.06 | - |
| YUV | 62.39 | 200.58 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 191 | 0.90 | 0.69 | 0 | 0.25 | 226.32 | 0.81 | 0.41 |
| Hex | 14 | 3B | BF | 5A | 45 | 0 | 19 | E2 | 51 | 29 |
| Octal | 24 | 73 | 277 | 132 | 105 | 0 | 31 | 342 | 121 | 51 |
| Binary | 10100 | 111011 | 10111111 | 1011010 | 1000101 | 0 | 11001 | 11100010 | 1010001 | 101001 |
Color Harmonies of #143BBF
Complementary color
Monochromatic Colors of #143BBF
Black with #143BBF
Text Example
Text Example
White with #143BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BBF; }
p { color: rgb(20,59,191); }
H1.HeaderClassName
{
color: #143BBF;
}
.AnyTagClassName
{
color: #143BBF;
}
</style>
background-color css
<style>
a { background-color: #143BBF; }
a { background-color: rgb(20,59,191); }
div.DivClassName
{
background-color: #143BBF;
}
.BgClassName
{
background-color: #143BBF;
}
</style>
border-color css
<style>
span { border-color: #143BBF; }
span { border-color: rgb(20,59,191); }
td.TdClassName
{
border-color: #143BBF;
}
.TagClassName
{
border-color: #143BBF;
}
</style>