Shades of Persian Blue #143DF4
Tints of Persian Blue #143DF4
RGB
CMYK
RGB Variations
Color information
#143DF4 (or 0x143DF4) is known color: Persian Blue. HEX triplet: 14, 3D and F4. RGB value is (20,61,244). Sum of RGB (Red+Green+Blue) = 20+61+244=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 244 (95.70% from 255 or 75.08% from 325); Max value from RGB is 244 - color contains mainly: blue. Hex color #143DF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143DF4 is #EBC20B. Grayscale: #444444. Windows color (decimal): -15450636 or 16006420. OLE color: 16006420.
HSL color Cylindrical-coordinate representation of color #143DF4: hue angle of 229.02º 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 #143DF4 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 61 | 244 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.04 |
| HSL | 229.02º | 0.91% | 0.52% | - |
| HSV(B) | 229.02º | 0.92% | 0.96% | - |
| XYZ | 18.29 | 10.02 | 86.56 | - |
| YUV | 69.6 | 226.42 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 244 | 0.92 | 0.75 | 0 | 0.04 | 229.02 | 0.91 | 0.52 |
| Hex | 14 | 3D | F4 | 5C | 4B | 0 | 4 | E5 | 5B | 34 |
| Octal | 24 | 75 | 364 | 134 | 113 | 0 | 4 | 345 | 133 | 64 |
| Binary | 10100 | 111101 | 11110100 | 1011100 | 1001011 | 0 | 100 | 11100101 | 1011011 | 110100 |
Color Harmonies of #143DF4
Complementary color
Monochromatic Colors of #143DF4
Black with #143DF4
Text Example
Text Example
White with #143DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DF4; }
p { color: rgb(20,61,244); }
H1.HeaderClassName
{
color: #143DF4;
}
.AnyTagClassName
{
color: #143DF4;
}
</style>
background-color css
<style>
a { background-color: #143DF4; }
a { background-color: rgb(20,61,244); }
div.DivClassName
{
background-color: #143DF4;
}
.BgClassName
{
background-color: #143DF4;
}
</style>
border-color css
<style>
span { border-color: #143DF4; }
span { border-color: rgb(20,61,244); }
td.TdClassName
{
border-color: #143DF4;
}
.TagClassName
{
border-color: #143DF4;
}
</style>