Shades of Persian Blue #143BF8
Tints of Persian Blue #143BF8
RGB
CMYK
RGB Variations
Color information
#143BF8 (or 0x143BF8) is known color: Persian Blue. HEX triplet: 14, 3B and F8. RGB value is (20,59,248). Sum of RGB (Red+Green+Blue) = 20+59+248=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 248 (97.27% from 255 or 75.84% from 327); Max value from RGB is 248 - color contains mainly: blue. Hex color #143BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143BF8 is #EBC407. Grayscale: #444444. Windows color (decimal): -15451144 or 16268052. OLE color: 16268052.
HSL color Cylindrical-coordinate representation of color #143BF8: hue angle of 229.74º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143BF8 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 59 | 248 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.03 |
| HSL | 229.74º | 0.94% | 0.53% | - |
| HSV(B) | 229.74º | 0.92% | 0.97% | - |
| XYZ | 18.8 | 10.05 | 89.76 | - |
| YUV | 68.89 | 229.08 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 248 | 0.92 | 0.76 | 0 | 0.03 | 229.74 | 0.94 | 0.53 |
| Hex | 14 | 3B | F8 | 5C | 4C | 0 | 3 | E6 | 5E | 35 |
| Octal | 24 | 73 | 370 | 134 | 114 | 0 | 3 | 346 | 136 | 65 |
| Binary | 10100 | 111011 | 11111000 | 1011100 | 1001100 | 0 | 11 | 11100110 | 1011110 | 110101 |
Color Harmonies of #143BF8
Complementary color
Monochromatic Colors of #143BF8
Black with #143BF8
Text Example
Text Example
White with #143BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BF8; }
p { color: rgb(20,59,248); }
H1.HeaderClassName
{
color: #143BF8;
}
.AnyTagClassName
{
color: #143BF8;
}
</style>
background-color css
<style>
a { background-color: #143BF8; }
a { background-color: rgb(20,59,248); }
div.DivClassName
{
background-color: #143BF8;
}
.BgClassName
{
background-color: #143BF8;
}
</style>
border-color css
<style>
span { border-color: #143BF8; }
span { border-color: rgb(20,59,248); }
td.TdClassName
{
border-color: #143BF8;
}
.TagClassName
{
border-color: #143BF8;
}
</style>