Shades of Persian Blue #143BCC
Tints of Persian Blue #143BCC
RGB
CMYK
RGB Variations
Color information
#143BCC (or 0x143BCC) is known color: Persian Blue. HEX triplet: 14, 3B and CC. RGB value is (20,59,204). Sum of RGB (Red+Green+Blue) = 20+59+204=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #143BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BCC is #EBC433. Grayscale: #3F3F3F. Windows color (decimal): -15451188 or 13384468. OLE color: 13384468.
HSL color Cylindrical-coordinate representation of color #143BCC: hue angle of 227.28º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143BCC is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 59 | 204 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.2 |
| HSL | 227.28º | 0.82% | 0.44% | - |
| HSV(B) | 227.28º | 0.9% | 0.8% | - |
| XYZ | 12.75 | 7.64 | 57.93 | - |
| YUV | 63.87 | 207.08 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 204 | 0.90 | 0.71 | 0 | 0.2 | 227.28 | 0.82 | 0.44 |
| Hex | 14 | 3B | CC | 5A | 47 | 0 | 14 | E3 | 52 | 2C |
| Octal | 24 | 73 | 314 | 132 | 107 | 0 | 24 | 343 | 122 | 54 |
| Binary | 10100 | 111011 | 11001100 | 1011010 | 1000111 | 0 | 10100 | 11100011 | 1010010 | 101100 |
Color Harmonies of #143BCC
Complementary color
Monochromatic Colors of #143BCC
Black with #143BCC
Text Example
Text Example
White with #143BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BCC; }
p { color: rgb(20,59,204); }
H1.HeaderClassName
{
color: #143BCC;
}
.AnyTagClassName
{
color: #143BCC;
}
</style>
background-color css
<style>
a { background-color: #143BCC; }
a { background-color: rgb(20,59,204); }
div.DivClassName
{
background-color: #143BCC;
}
.BgClassName
{
background-color: #143BCC;
}
</style>
border-color css
<style>
span { border-color: #143BCC; }
span { border-color: rgb(20,59,204); }
td.TdClassName
{
border-color: #143BCC;
}
.TagClassName
{
border-color: #143BCC;
}
</style>