Shades of Persian Blue #143EEF
Tints of Persian Blue #143EEF
RGB
CMYK
RGB Variations
Color information
#143EEF (or 0x143EEF) is known color: Persian Blue. HEX triplet: 14, 3E and EF. RGB value is (20,62,239). Sum of RGB (Red+Green+Blue) = 20+62+239=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #143EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #143EEF is #EBC110. Grayscale: #444444. Windows color (decimal): -15450385 or 15678996. OLE color: 15678996.
HSL color Cylindrical-coordinate representation of color #143EEF: hue angle of 228.49º 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 #143EEF is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 62 | 239 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.06 |
| HSL | 228.49º | 0.87% | 0.51% | - |
| HSV(B) | 228.49º | 0.92% | 0.94% | - |
| XYZ | 17.59 | 9.83 | 82.63 | - |
| YUV | 69.62 | 223.59 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 239 | 0.92 | 0.74 | 0 | 0.06 | 228.49 | 0.87 | 0.51 |
| Hex | 14 | 3E | EF | 5C | 4A | 0 | 6 | E4 | 57 | 33 |
| Octal | 24 | 76 | 357 | 134 | 112 | 0 | 6 | 344 | 127 | 63 |
| Binary | 10100 | 111110 | 11101111 | 1011100 | 1001010 | 0 | 110 | 11100100 | 1010111 | 110011 |
Color Harmonies of #143EEF
Complementary color
Monochromatic Colors of #143EEF
Black with #143EEF
Text Example
Text Example
White with #143EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143EEF; }
p { color: rgb(20,62,239); }
H1.HeaderClassName
{
color: #143EEF;
}
.AnyTagClassName
{
color: #143EEF;
}
</style>
background-color css
<style>
a { background-color: #143EEF; }
a { background-color: rgb(20,62,239); }
div.DivClassName
{
background-color: #143EEF;
}
.BgClassName
{
background-color: #143EEF;
}
</style>
border-color css
<style>
span { border-color: #143EEF; }
span { border-color: rgb(20,62,239); }
td.TdClassName
{
border-color: #143EEF;
}
.TagClassName
{
border-color: #143EEF;
}
</style>