Shades of Persian Blue #143DCB
Tints of Persian Blue #143DCB
RGB
CMYK
RGB Variations
Color information
#143DCB (or 0x143DCB) is known color: Persian Blue. HEX triplet: 14, 3D and CB. RGB value is (20,61,203). Sum of RGB (Red+Green+Blue) = 20+61+203=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #143DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DCB is #EBC234. Grayscale: #404040. Windows color (decimal): -15450677 or 13319444. OLE color: 13319444.
HSL color Cylindrical-coordinate representation of color #143DCB: hue angle of 226.56º 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 #143DCB is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 61 | 203 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.20 |
| HSL | 226.56º | 0.82% | 0.44% | - |
| HSV(B) | 226.56º | 0.9% | 0.8% | - |
| XYZ | 12.74 | 7.8 | 57.33 | - |
| YUV | 64.93 | 205.92 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 203 | 0.90 | 0.70 | 0 | 0.20 | 226.56 | 0.82 | 0.44 |
| Hex | 14 | 3D | CB | 5A | 46 | 0 | 14 | E3 | 52 | 2C |
| Octal | 24 | 75 | 313 | 132 | 106 | 0 | 24 | 343 | 122 | 54 |
| Binary | 10100 | 111101 | 11001011 | 1011010 | 1000110 | 0 | 10100 | 11100011 | 1010010 | 101100 |
Color Harmonies of #143DCB
Complementary color
Monochromatic Colors of #143DCB
Black with #143DCB
Text Example
Text Example
White with #143DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DCB; }
p { color: rgb(20,61,203); }
H1.HeaderClassName
{
color: #143DCB;
}
.AnyTagClassName
{
color: #143DCB;
}
</style>
background-color css
<style>
a { background-color: #143DCB; }
a { background-color: rgb(20,61,203); }
div.DivClassName
{
background-color: #143DCB;
}
.BgClassName
{
background-color: #143DCB;
}
</style>
border-color css
<style>
span { border-color: #143DCB; }
span { border-color: rgb(20,61,203); }
td.TdClassName
{
border-color: #143DCB;
}
.TagClassName
{
border-color: #143DCB;
}
</style>