Shades of Persian Blue #143AF4
Tints of Persian Blue #143AF4
RGB
CMYK
RGB Variations
Color information
#143AF4 (or 0x143AF4) is known color: Persian Blue. HEX triplet: 14, 3A and F4. RGB value is (20,58,244). Sum of RGB (Red+Green+Blue) = 20+58+244=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 244 (95.70% from 255 or 75.78% from 322); Max value from RGB is 244 - color contains mainly: blue. Hex color #143AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143AF4 is #EBC50B. Grayscale: #434343. Windows color (decimal): -15451404 or 16005652. OLE color: 16005652.
HSL color Cylindrical-coordinate representation of color #143AF4: hue angle of 229.82º degrees, saturation: 0.91, 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 #143AF4 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 58 | 244 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.04 |
| HSL | 229.82º | 0.91% | 0.52% | - |
| HSV(B) | 229.82º | 0.92% | 0.96% | - |
| XYZ | 18.13 | 9.71 | 86.51 | - |
| YUV | 67.84 | 227.41 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 244 | 0.92 | 0.76 | 0 | 0.04 | 229.82 | 0.91 | 0.52 |
| Hex | 14 | 3A | F4 | 5C | 4C | 0 | 4 | E6 | 5B | 34 |
| Octal | 24 | 72 | 364 | 134 | 114 | 0 | 4 | 346 | 133 | 64 |
| Binary | 10100 | 111010 | 11110100 | 1011100 | 1001100 | 0 | 100 | 11100110 | 1011011 | 110100 |
Color Harmonies of #143AF4
Complementary color
Monochromatic Colors of #143AF4
Black with #143AF4
Text Example
Text Example
White with #143AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AF4; }
p { color: rgb(20,58,244); }
H1.HeaderClassName
{
color: #143AF4;
}
.AnyTagClassName
{
color: #143AF4;
}
</style>
background-color css
<style>
a { background-color: #143AF4; }
a { background-color: rgb(20,58,244); }
div.DivClassName
{
background-color: #143AF4;
}
.BgClassName
{
background-color: #143AF4;
}
</style>
border-color css
<style>
span { border-color: #143AF4; }
span { border-color: rgb(20,58,244); }
td.TdClassName
{
border-color: #143AF4;
}
.TagClassName
{
border-color: #143AF4;
}
</style>