Shades of Persian Blue #143BC1
Tints of Persian Blue #143BC1
RGB
CMYK
RGB Variations
Color information
#143BC1 (or 0x143BC1) is known color: Persian Blue. HEX triplet: 14, 3B and C1. RGB value is (20,59,193). Sum of RGB (Red+Green+Blue) = 20+59+193=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #143BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BC1 is #EBC43E. Grayscale: #3E3E3E. Windows color (decimal): -15451199 or 12663572. OLE color: 12663572.
HSL color Cylindrical-coordinate representation of color #143BC1: hue angle of 226.47º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143BC1 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 59 | 193 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.24 |
| HSL | 226.47º | 0.81% | 0.42% | - |
| HSV(B) | 226.47º | 0.9% | 0.76% | - |
| XYZ | 11.48 | 7.13 | 51.22 | - |
| YUV | 62.62 | 201.58 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 193 | 0.90 | 0.69 | 0 | 0.24 | 226.47 | 0.81 | 0.42 |
| Hex | 14 | 3B | C1 | 5A | 45 | 0 | 18 | E2 | 51 | 2A |
| Octal | 24 | 73 | 301 | 132 | 105 | 0 | 30 | 342 | 121 | 52 |
| Binary | 10100 | 111011 | 11000001 | 1011010 | 1000101 | 0 | 11000 | 11100010 | 1010001 | 101010 |
Color Harmonies of #143BC1
Complementary color
Monochromatic Colors of #143BC1
Black with #143BC1
Text Example
Text Example
White with #143BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BC1; }
p { color: rgb(20,59,193); }
H1.HeaderClassName
{
color: #143BC1;
}
.AnyTagClassName
{
color: #143BC1;
}
</style>
background-color css
<style>
a { background-color: #143BC1; }
a { background-color: rgb(20,59,193); }
div.DivClassName
{
background-color: #143BC1;
}
.BgClassName
{
background-color: #143BC1;
}
</style>
border-color css
<style>
span { border-color: #143BC1; }
span { border-color: rgb(20,59,193); }
td.TdClassName
{
border-color: #143BC1;
}
.TagClassName
{
border-color: #143BC1;
}
</style>