Shades of Persian Blue #143CE4
Tints of Persian Blue #143CE4
RGB
CMYK
RGB Variations
Color information
#143CE4 (or 0x143CE4) is known color: Persian Blue. HEX triplet: 14, 3C and E4. RGB value is (20,60,228). Sum of RGB (Red+Green+Blue) = 20+60+228=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 228 (89.45% from 255 or 74.03% from 308); Max value from RGB is 228 - color contains mainly: blue. Hex color #143CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CE4 is #EBC31B. Grayscale: #424242. Windows color (decimal): -15450908 or 14957588. OLE color: 14957588.
HSL color Cylindrical-coordinate representation of color #143CE4: hue angle of 228.46º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143CE4 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 60 | 228 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.11 |
| HSL | 228.46º | 0.84% | 0.49% | - |
| HSV(B) | 228.46º | 0.91% | 0.89% | - |
| XYZ | 15.91 | 8.98 | 74.29 | - |
| YUV | 67.19 | 218.75 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 228 | 0.91 | 0.74 | 0 | 0.11 | 228.46 | 0.84 | 0.49 |
| Hex | 14 | 3C | E4 | 5B | 4A | 0 | B | E4 | 54 | 31 |
| Octal | 24 | 74 | 344 | 133 | 112 | 0 | 13 | 344 | 124 | 61 |
| Binary | 10100 | 111100 | 11100100 | 1011011 | 1001010 | 0 | 1011 | 11100100 | 1010100 | 110001 |
Color Harmonies of #143CE4
Complementary color
Monochromatic Colors of #143CE4
Black with #143CE4
Text Example
Text Example
White with #143CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CE4; }
p { color: rgb(20,60,228); }
H1.HeaderClassName
{
color: #143CE4;
}
.AnyTagClassName
{
color: #143CE4;
}
</style>
background-color css
<style>
a { background-color: #143CE4; }
a { background-color: rgb(20,60,228); }
div.DivClassName
{
background-color: #143CE4;
}
.BgClassName
{
background-color: #143CE4;
}
</style>
border-color css
<style>
span { border-color: #143CE4; }
span { border-color: rgb(20,60,228); }
td.TdClassName
{
border-color: #143CE4;
}
.TagClassName
{
border-color: #143CE4;
}
</style>