Shades of Persian Blue #143EF2
Tints of Persian Blue #143EF2
RGB
CMYK
RGB Variations
Color information
#143EF2 (or 0x143EF2) is known color: Persian Blue. HEX triplet: 14, 3E and F2. RGB value is (20,62,242). Sum of RGB (Red+Green+Blue) = 20+62+242=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 242 (94.92% from 255 or 74.69% from 324); Max value from RGB is 242 - color contains mainly: blue. Hex color #143EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143EF2 is #EBC10D. Grayscale: #454545. Windows color (decimal): -15450382 or 15875604. OLE color: 15875604.
HSL color Cylindrical-coordinate representation of color #143EF2: hue angle of 228.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143EF2 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 62 | 242 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.05 |
| HSL | 228.65º | 0.9% | 0.51% | - |
| HSV(B) | 228.65º | 0.92% | 0.95% | - |
| XYZ | 18.04 | 10 | 84.98 | - |
| YUV | 69.96 | 225.09 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 242 | 0.92 | 0.74 | 0 | 0.05 | 228.65 | 0.9 | 0.51 |
| Hex | 14 | 3E | F2 | 5C | 4A | 0 | 5 | E5 | 5A | 33 |
| Octal | 24 | 76 | 362 | 134 | 112 | 0 | 5 | 345 | 132 | 63 |
| Binary | 10100 | 111110 | 11110010 | 1011100 | 1001010 | 0 | 101 | 11100101 | 1011010 | 110011 |
Color Harmonies of #143EF2
Complementary color
Monochromatic Colors of #143EF2
Black with #143EF2
Text Example
Text Example
White with #143EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143EF2; }
p { color: rgb(20,62,242); }
H1.HeaderClassName
{
color: #143EF2;
}
.AnyTagClassName
{
color: #143EF2;
}
</style>
background-color css
<style>
a { background-color: #143EF2; }
a { background-color: rgb(20,62,242); }
div.DivClassName
{
background-color: #143EF2;
}
.BgClassName
{
background-color: #143EF2;
}
</style>
border-color css
<style>
span { border-color: #143EF2; }
span { border-color: rgb(20,62,242); }
td.TdClassName
{
border-color: #143EF2;
}
.TagClassName
{
border-color: #143EF2;
}
</style>