Shades of Persian Blue #143FCB
Tints of Persian Blue #143FCB
RGB
CMYK
RGB Variations
Color information
#143FCB (or 0x143FCB) is known color: Persian Blue. HEX triplet: 14, 3F and CB. RGB value is (20,63,203). Sum of RGB (Red+Green+Blue) = 20+63+203=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #143FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143FCB is #EBC034. Grayscale: #414141. Windows color (decimal): -15450165 or 13319956. OLE color: 13319956.
HSL color Cylindrical-coordinate representation of color #143FCB: hue angle of 225.9º 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 #143FCB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 63 | 203 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.20 |
| HSL | 225.9º | 0.82% | 0.44% | - |
| HSV(B) | 225.9º | 0.9% | 0.8% | - |
| XYZ | 12.85 | 8.02 | 57.37 | - |
| YUV | 66.1 | 205.25 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 203 | 0.90 | 0.69 | 0 | 0.20 | 225.9 | 0.82 | 0.44 |
| Hex | 14 | 3F | CB | 5A | 45 | 0 | 14 | E2 | 52 | 2C |
| Octal | 24 | 77 | 313 | 132 | 105 | 0 | 24 | 342 | 122 | 54 |
| Binary | 10100 | 111111 | 11001011 | 1011010 | 1000101 | 0 | 10100 | 11100010 | 1010010 | 101100 |
Color Harmonies of #143FCB
Complementary color
Monochromatic Colors of #143FCB
Black with #143FCB
Text Example
Text Example
White with #143FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FCB; }
p { color: rgb(20,63,203); }
H1.HeaderClassName
{
color: #143FCB;
}
.AnyTagClassName
{
color: #143FCB;
}
</style>
background-color css
<style>
a { background-color: #143FCB; }
a { background-color: rgb(20,63,203); }
div.DivClassName
{
background-color: #143FCB;
}
.BgClassName
{
background-color: #143FCB;
}
</style>
border-color css
<style>
span { border-color: #143FCB; }
span { border-color: rgb(20,63,203); }
td.TdClassName
{
border-color: #143FCB;
}
.TagClassName
{
border-color: #143FCB;
}
</style>