Shades of Persian Blue #143EEC
Tints of Persian Blue #143EEC
RGB
CMYK
RGB Variations
Color information
#143EEC (or 0x143EEC) is known color: Persian Blue. HEX triplet: 14, 3E and EC. RGB value is (20,62,236). Sum of RGB (Red+Green+Blue) = 20+62+236=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #143EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143EEC is #EBC113. Grayscale: #444444. Windows color (decimal): -15450388 or 15482388. OLE color: 15482388.
HSL color Cylindrical-coordinate representation of color #143EEC: hue angle of 228.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143EEC is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 62 | 236 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.07 |
| HSL | 228.33º | 0.85% | 0.5% | - |
| HSV(B) | 228.33º | 0.92% | 0.93% | - |
| XYZ | 17.15 | 9.65 | 80.32 | - |
| YUV | 69.28 | 222.09 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 236 | 0.92 | 0.74 | 0 | 0.07 | 228.33 | 0.85 | 0.5 |
| Hex | 14 | 3E | EC | 5C | 4A | 0 | 7 | E4 | 55 | 32 |
| Octal | 24 | 76 | 354 | 134 | 112 | 0 | 7 | 344 | 125 | 62 |
| Binary | 10100 | 111110 | 11101100 | 1011100 | 1001010 | 0 | 111 | 11100100 | 1010101 | 110010 |
Color Harmonies of #143EEC
Complementary color
Monochromatic Colors of #143EEC
Black with #143EEC
Text Example
Text Example
White with #143EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143EEC; }
p { color: rgb(20,62,236); }
H1.HeaderClassName
{
color: #143EEC;
}
.AnyTagClassName
{
color: #143EEC;
}
</style>
background-color css
<style>
a { background-color: #143EEC; }
a { background-color: rgb(20,62,236); }
div.DivClassName
{
background-color: #143EEC;
}
.BgClassName
{
background-color: #143EEC;
}
</style>
border-color css
<style>
span { border-color: #143EEC; }
span { border-color: rgb(20,62,236); }
td.TdClassName
{
border-color: #143EEC;
}
.TagClassName
{
border-color: #143EEC;
}
</style>