Shades of Persian Blue #143FCC
Tints of Persian Blue #143FCC
RGB
CMYK
RGB Variations
Color information
#143FCC (or 0x143FCC) is known color: Persian Blue. HEX triplet: 14, 3F and CC. RGB value is (20,63,204). Sum of RGB (Red+Green+Blue) = 20+63+204=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #143FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FCC is #EBC033. Grayscale: #414141. Windows color (decimal): -15450164 or 13385492. OLE color: 13385492.
HSL color Cylindrical-coordinate representation of color #143FCC: hue angle of 225.98º 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 #143FCC is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 63 | 204 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.2 |
| HSL | 225.98º | 0.82% | 0.44% | - |
| HSV(B) | 225.98º | 0.9% | 0.8% | - |
| XYZ | 12.97 | 8.06 | 58 | - |
| YUV | 66.22 | 205.75 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 204 | 0.90 | 0.69 | 0 | 0.2 | 225.98 | 0.82 | 0.44 |
| Hex | 14 | 3F | CC | 5A | 45 | 0 | 14 | E2 | 52 | 2C |
| Octal | 24 | 77 | 314 | 132 | 105 | 0 | 24 | 342 | 122 | 54 |
| Binary | 10100 | 111111 | 11001100 | 1011010 | 1000101 | 0 | 10100 | 11100010 | 1010010 | 101100 |
Color Harmonies of #143FCC
Complementary color
Monochromatic Colors of #143FCC
Black with #143FCC
Text Example
Text Example
White with #143FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FCC; }
p { color: rgb(20,63,204); }
H1.HeaderClassName
{
color: #143FCC;
}
.AnyTagClassName
{
color: #143FCC;
}
</style>
background-color css
<style>
a { background-color: #143FCC; }
a { background-color: rgb(20,63,204); }
div.DivClassName
{
background-color: #143FCC;
}
.BgClassName
{
background-color: #143FCC;
}
</style>
border-color css
<style>
span { border-color: #143FCC; }
span { border-color: rgb(20,63,204); }
td.TdClassName
{
border-color: #143FCC;
}
.TagClassName
{
border-color: #143FCC;
}
</style>