Shades of Persian Blue #143CCE
Tints of Persian Blue #143CCE
RGB
CMYK
RGB Variations
Color information
#143CCE (or 0x143CCE) is known color: Persian Blue. HEX triplet: 14, 3C and CE. RGB value is (20,60,206). Sum of RGB (Red+Green+Blue) = 20+60+206=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #143CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CCE is #EBC331. Grayscale: #404040. Windows color (decimal): -15450930 or 13515796. OLE color: 13515796.
HSL color Cylindrical-coordinate representation of color #143CCE: hue angle of 227.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143CCE is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 60 | 206 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.19 |
| HSL | 227.1º | 0.82% | 0.44% | - |
| HSV(B) | 227.1º | 0.9% | 0.81% | - |
| XYZ | 13.04 | 7.84 | 59.22 | - |
| YUV | 64.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 206 | 0.90 | 0.71 | 0 | 0.19 | 227.1 | 0.82 | 0.44 |
| Hex | 14 | 3C | CE | 5A | 47 | 0 | 13 | E3 | 52 | 2C |
| Octal | 24 | 74 | 316 | 132 | 107 | 0 | 23 | 343 | 122 | 54 |
| Binary | 10100 | 111100 | 11001110 | 1011010 | 1000111 | 0 | 10011 | 11100011 | 1010010 | 101100 |
Color Harmonies of #143CCE
Complementary color
Monochromatic Colors of #143CCE
Black with #143CCE
Text Example
Text Example
White with #143CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CCE; }
p { color: rgb(20,60,206); }
H1.HeaderClassName
{
color: #143CCE;
}
.AnyTagClassName
{
color: #143CCE;
}
</style>
background-color css
<style>
a { background-color: #143CCE; }
a { background-color: rgb(20,60,206); }
div.DivClassName
{
background-color: #143CCE;
}
.BgClassName
{
background-color: #143CCE;
}
</style>
border-color css
<style>
span { border-color: #143CCE; }
span { border-color: rgb(20,60,206); }
td.TdClassName
{
border-color: #143CCE;
}
.TagClassName
{
border-color: #143CCE;
}
</style>