Shades of Persian Blue #143AF6
Tints of Persian Blue #143AF6
RGB
CMYK
RGB Variations
Color information
#143AF6 (or 0x143AF6) is known color: Persian Blue. HEX triplet: 14, 3A and F6. RGB value is (20,58,246). Sum of RGB (Red+Green+Blue) = 20+58+246=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 246 (96.48% from 255 or 75.93% from 324); Max value from RGB is 246 - color contains mainly: blue. Hex color #143AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143AF6 is #EBC509. Grayscale: #434343. Windows color (decimal): -15451402 or 16136724. OLE color: 16136724.
HSL color Cylindrical-coordinate representation of color #143AF6: hue angle of 229.91º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143AF6 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 58 | 246 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.04 |
| HSL | 229.91º | 0.93% | 0.52% | - |
| HSV(B) | 229.91º | 0.92% | 0.96% | - |
| XYZ | 18.44 | 9.83 | 88.11 | - |
| YUV | 68.07 | 228.41 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 246 | 0.92 | 0.76 | 0 | 0.04 | 229.91 | 0.93 | 0.52 |
| Hex | 14 | 3A | F6 | 5C | 4C | 0 | 4 | E6 | 5D | 34 |
| Octal | 24 | 72 | 366 | 134 | 114 | 0 | 4 | 346 | 135 | 64 |
| Binary | 10100 | 111010 | 11110110 | 1011100 | 1001100 | 0 | 100 | 11100110 | 1011101 | 110100 |
Color Harmonies of #143AF6
Complementary color
Monochromatic Colors of #143AF6
Black with #143AF6
Text Example
Text Example
White with #143AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AF6; }
p { color: rgb(20,58,246); }
H1.HeaderClassName
{
color: #143AF6;
}
.AnyTagClassName
{
color: #143AF6;
}
</style>
background-color css
<style>
a { background-color: #143AF6; }
a { background-color: rgb(20,58,246); }
div.DivClassName
{
background-color: #143AF6;
}
.BgClassName
{
background-color: #143AF6;
}
</style>
border-color css
<style>
span { border-color: #143AF6; }
span { border-color: rgb(20,58,246); }
td.TdClassName
{
border-color: #143AF6;
}
.TagClassName
{
border-color: #143AF6;
}
</style>