Shades of Persian Blue #143BEF
Tints of Persian Blue #143BEF
RGB
CMYK
RGB Variations
Color information
#143BEF (or 0x143BEF) is known color: Persian Blue. HEX triplet: 14, 3B and EF. RGB value is (20,59,239). Sum of RGB (Red+Green+Blue) = 20+59+239=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #143BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143BEF is #EBC410. Grayscale: #434343. Windows color (decimal): -15451153 or 15678228. OLE color: 15678228.
HSL color Cylindrical-coordinate representation of color #143BEF: hue angle of 229.32º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143BEF is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 59 | 239 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.06 |
| HSL | 229.32º | 0.87% | 0.51% | - |
| HSV(B) | 229.32º | 0.92% | 0.94% | - |
| XYZ | 17.43 | 9.51 | 82.58 | - |
| YUV | 67.86 | 224.58 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 239 | 0.92 | 0.75 | 0 | 0.06 | 229.32 | 0.87 | 0.51 |
| Hex | 14 | 3B | EF | 5C | 4B | 0 | 6 | E5 | 57 | 33 |
| Octal | 24 | 73 | 357 | 134 | 113 | 0 | 6 | 345 | 127 | 63 |
| Binary | 10100 | 111011 | 11101111 | 1011100 | 1001011 | 0 | 110 | 11100101 | 1010111 | 110011 |
Color Harmonies of #143BEF
Complementary color
Monochromatic Colors of #143BEF
Black with #143BEF
Text Example
Text Example
White with #143BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BEF; }
p { color: rgb(20,59,239); }
H1.HeaderClassName
{
color: #143BEF;
}
.AnyTagClassName
{
color: #143BEF;
}
</style>
background-color css
<style>
a { background-color: #143BEF; }
a { background-color: rgb(20,59,239); }
div.DivClassName
{
background-color: #143BEF;
}
.BgClassName
{
background-color: #143BEF;
}
</style>
border-color css
<style>
span { border-color: #143BEF; }
span { border-color: rgb(20,59,239); }
td.TdClassName
{
border-color: #143BEF;
}
.TagClassName
{
border-color: #143BEF;
}
</style>