Shades of Persian Blue #143EED
Tints of Persian Blue #143EED
RGB
CMYK
RGB Variations
Color information
#143EED (or 0x143EED) is known color: Persian Blue. HEX triplet: 14, 3E and ED. RGB value is (20,62,237). Sum of RGB (Red+Green+Blue) = 20+62+237=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #143EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143EED is #EBC112. Grayscale: #444444. Windows color (decimal): -15450387 or 15547924. OLE color: 15547924.
HSL color Cylindrical-coordinate representation of color #143EED: hue angle of 228.39º degrees, saturation: 0.86, 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 #143EED is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 62 | 237 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.07 |
| HSL | 228.39º | 0.86% | 0.5% | - |
| HSV(B) | 228.39º | 0.92% | 0.93% | - |
| XYZ | 17.3 | 9.71 | 81.08 | - |
| YUV | 69.39 | 222.59 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 237 | 0.92 | 0.74 | 0 | 0.07 | 228.39 | 0.86 | 0.5 |
| Hex | 14 | 3E | ED | 5C | 4A | 0 | 7 | E4 | 56 | 32 |
| Octal | 24 | 76 | 355 | 134 | 112 | 0 | 7 | 344 | 126 | 62 |
| Binary | 10100 | 111110 | 11101101 | 1011100 | 1001010 | 0 | 111 | 11100100 | 1010110 | 110010 |
Color Harmonies of #143EED
Complementary color
Monochromatic Colors of #143EED
Black with #143EED
Text Example
Text Example
White with #143EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143EED; }
p { color: rgb(20,62,237); }
H1.HeaderClassName
{
color: #143EED;
}
.AnyTagClassName
{
color: #143EED;
}
</style>
background-color css
<style>
a { background-color: #143EED; }
a { background-color: rgb(20,62,237); }
div.DivClassName
{
background-color: #143EED;
}
.BgClassName
{
background-color: #143EED;
}
</style>
border-color css
<style>
span { border-color: #143EED; }
span { border-color: rgb(20,62,237); }
td.TdClassName
{
border-color: #143EED;
}
.TagClassName
{
border-color: #143EED;
}
</style>