Shades of Persian Blue #143CCF
Tints of Persian Blue #143CCF
RGB
CMYK
RGB Variations
Color information
#143CCF (or 0x143CCF) is known color: Persian Blue. HEX triplet: 14, 3C and CF. RGB value is (20,60,207). Sum of RGB (Red+Green+Blue) = 20+60+207=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #143CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CCF is #EBC330. Grayscale: #404040. Windows color (decimal): -15450929 or 13581332. OLE color: 13581332.
HSL color Cylindrical-coordinate representation of color #143CCF: hue angle of 227.17º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143CCF is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 60 | 207 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.19 |
| HSL | 227.17º | 0.82% | 0.45% | - |
| HSV(B) | 227.17º | 0.9% | 0.81% | - |
| XYZ | 13.17 | 7.89 | 59.86 | - |
| YUV | 64.8 | 208.25 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 207 | 0.90 | 0.71 | 0 | 0.19 | 227.17 | 0.82 | 0.45 |
| Hex | 14 | 3C | CF | 5A | 47 | 0 | 13 | E3 | 52 | 2D |
| Octal | 24 | 74 | 317 | 132 | 107 | 0 | 23 | 343 | 122 | 55 |
| Binary | 10100 | 111100 | 11001111 | 1011010 | 1000111 | 0 | 10011 | 11100011 | 1010010 | 101101 |
Color Harmonies of #143CCF
Complementary color
Monochromatic Colors of #143CCF
Black with #143CCF
Text Example
Text Example
White with #143CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CCF; }
p { color: rgb(20,60,207); }
H1.HeaderClassName
{
color: #143CCF;
}
.AnyTagClassName
{
color: #143CCF;
}
</style>
background-color css
<style>
a { background-color: #143CCF; }
a { background-color: rgb(20,60,207); }
div.DivClassName
{
background-color: #143CCF;
}
.BgClassName
{
background-color: #143CCF;
}
</style>
border-color css
<style>
span { border-color: #143CCF; }
span { border-color: rgb(20,60,207); }
td.TdClassName
{
border-color: #143CCF;
}
.TagClassName
{
border-color: #143CCF;
}
</style>