Shades of Persian Blue #143AD5
Tints of Persian Blue #143AD5
RGB
CMYK
RGB Variations
Color information
#143AD5 (or 0x143AD5) is known color: Persian Blue. HEX triplet: 14, 3A and D5. RGB value is (20,58,213). Sum of RGB (Red+Green+Blue) = 20+58+213=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 213 (83.59% from 255 or 73.20% from 291); Max value from RGB is 213 - color contains mainly: blue. Hex color #143AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AD5 is #EBC52A. Grayscale: #3F3F3F. Windows color (decimal): -15451435 or 13974036. OLE color: 13974036.
HSL color Cylindrical-coordinate representation of color #143AD5: hue angle of 228.19º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #143AD5 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 58 | 213 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.16 |
| HSL | 228.19º | 0.83% | 0.46% | - |
| HSV(B) | 228.19º | 0.91% | 0.84% | - |
| XYZ | 13.81 | 7.98 | 63.76 | - |
| YUV | 64.31 | 211.91 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 213 | 0.91 | 0.73 | 0 | 0.16 | 228.19 | 0.83 | 0.46 |
| Hex | 14 | 3A | D5 | 5B | 49 | 0 | 10 | E4 | 53 | 2E |
| Octal | 24 | 72 | 325 | 133 | 111 | 0 | 20 | 344 | 123 | 56 |
| Binary | 10100 | 111010 | 11010101 | 1011011 | 1001001 | 0 | 10000 | 11100100 | 1010011 | 101110 |
Color Harmonies of #143AD5
Complementary color
Monochromatic Colors of #143AD5
Black with #143AD5
Text Example
Text Example
White with #143AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AD5; }
p { color: rgb(20,58,213); }
H1.HeaderClassName
{
color: #143AD5;
}
.AnyTagClassName
{
color: #143AD5;
}
</style>
background-color css
<style>
a { background-color: #143AD5; }
a { background-color: rgb(20,58,213); }
div.DivClassName
{
background-color: #143AD5;
}
.BgClassName
{
background-color: #143AD5;
}
</style>
border-color css
<style>
span { border-color: #143AD5; }
span { border-color: rgb(20,58,213); }
td.TdClassName
{
border-color: #143AD5;
}
.TagClassName
{
border-color: #143AD5;
}
</style>