Shades of Persian Blue #143DD0
Tints of Persian Blue #143DD0
RGB
CMYK
RGB Variations
Color information
#143DD0 (or 0x143DD0) is known color: Persian Blue. HEX triplet: 14, 3D and D0. RGB value is (20,61,208). Sum of RGB (Red+Green+Blue) = 20+61+208=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #143DD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DD0 is #EBC22F. Grayscale: #404040. Windows color (decimal): -15450672 or 13647124. OLE color: 13647124.
HSL color Cylindrical-coordinate representation of color #143DD0: hue angle of 226.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143DD0 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 61 | 208 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.18 |
| HSL | 226.91º | 0.82% | 0.45% | - |
| HSV(B) | 226.91º | 0.9% | 0.82% | - |
| XYZ | 13.34 | 8.04 | 60.52 | - |
| YUV | 65.5 | 208.42 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 208 | 0.90 | 0.71 | 0 | 0.18 | 226.91 | 0.82 | 0.45 |
| Hex | 14 | 3D | D0 | 5A | 47 | 0 | 12 | E3 | 52 | 2D |
| Octal | 24 | 75 | 320 | 132 | 107 | 0 | 22 | 343 | 122 | 55 |
| Binary | 10100 | 111101 | 11010000 | 1011010 | 1000111 | 0 | 10010 | 11100011 | 1010010 | 101101 |
Color Harmonies of #143DD0
Complementary color
Monochromatic Colors of #143DD0
Black with #143DD0
Text Example
Text Example
White with #143DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DD0; }
p { color: rgb(20,61,208); }
H1.HeaderClassName
{
color: #143DD0;
}
.AnyTagClassName
{
color: #143DD0;
}
</style>
background-color css
<style>
a { background-color: #143DD0; }
a { background-color: rgb(20,61,208); }
div.DivClassName
{
background-color: #143DD0;
}
.BgClassName
{
background-color: #143DD0;
}
</style>
border-color css
<style>
span { border-color: #143DD0; }
span { border-color: rgb(20,61,208); }
td.TdClassName
{
border-color: #143DD0;
}
.TagClassName
{
border-color: #143DD0;
}
</style>