Shades of Persian Blue #143BF3
Tints of Persian Blue #143BF3
RGB
CMYK
RGB Variations
Color information
#143BF3 (or 0x143BF3) is known color: Persian Blue. HEX triplet: 14, 3B and F3. RGB value is (20,59,243). Sum of RGB (Red+Green+Blue) = 20+59+243=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 243 (95.31% from 255 or 75.47% from 322); Max value from RGB is 243 - color contains mainly: blue. Hex color #143BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143BF3 is #EBC40C. Grayscale: #434343. Windows color (decimal): -15451149 or 15940372. OLE color: 15940372.
HSL color Cylindrical-coordinate representation of color #143BF3: hue angle of 229.51º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143BF3 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 59 | 243 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.05 |
| HSL | 229.51º | 0.9% | 0.52% | - |
| HSV(B) | 229.51º | 0.92% | 0.95% | - |
| XYZ | 18.03 | 9.75 | 85.73 | - |
| YUV | 68.32 | 226.58 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 243 | 0.92 | 0.76 | 0 | 0.05 | 229.51 | 0.9 | 0.52 |
| Hex | 14 | 3B | F3 | 5C | 4C | 0 | 5 | E6 | 5A | 34 |
| Octal | 24 | 73 | 363 | 134 | 114 | 0 | 5 | 346 | 132 | 64 |
| Binary | 10100 | 111011 | 11110011 | 1011100 | 1001100 | 0 | 101 | 11100110 | 1011010 | 110100 |
Color Harmonies of #143BF3
Complementary color
Monochromatic Colors of #143BF3
Black with #143BF3
Text Example
Text Example
White with #143BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BF3; }
p { color: rgb(20,59,243); }
H1.HeaderClassName
{
color: #143BF3;
}
.AnyTagClassName
{
color: #143BF3;
}
</style>
background-color css
<style>
a { background-color: #143BF3; }
a { background-color: rgb(20,59,243); }
div.DivClassName
{
background-color: #143BF3;
}
.BgClassName
{
background-color: #143BF3;
}
</style>
border-color css
<style>
span { border-color: #143BF3; }
span { border-color: rgb(20,59,243); }
td.TdClassName
{
border-color: #143BF3;
}
.TagClassName
{
border-color: #143BF3;
}
</style>