Shades of Persian Blue #143AB4
Tints of Persian Blue #143AB4
RGB
CMYK
RGB Variations
Color information
#143AB4 (or 0x143AB4) is known color: Persian Blue. HEX triplet: 14, 3A and B4. RGB value is (20,58,180). Sum of RGB (Red+Green+Blue) = 20+58+180=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #143AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143AB4 is #EBC54B. Grayscale: #3C3C3C. Windows color (decimal): -15451468 or 11811348. OLE color: 11811348.
HSL color Cylindrical-coordinate representation of color #143AB4: hue angle of 225.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143AB4 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 58 | 180 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.29 |
| HSL | 225.75º | 0.8% | 0.39% | - |
| HSV(B) | 225.75º | 0.89% | 0.71% | - |
| XYZ | 10.04 | 6.47 | 43.9 | - |
| YUV | 60.55 | 195.41 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 180 | 0.89 | 0.68 | 0 | 0.29 | 225.75 | 0.8 | 0.39 |
| Hex | 14 | 3A | B4 | 59 | 44 | 0 | 1D | E2 | 50 | 27 |
| Octal | 24 | 72 | 264 | 131 | 104 | 0 | 35 | 342 | 120 | 47 |
| Binary | 10100 | 111010 | 10110100 | 1011001 | 1000100 | 0 | 11101 | 11100010 | 1010000 | 100111 |
Color Harmonies of #143AB4
Complementary color
Monochromatic Colors of #143AB4
Black with #143AB4
Text Example
Text Example
White with #143AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AB4; }
p { color: rgb(20,58,180); }
H1.HeaderClassName
{
color: #143AB4;
}
.AnyTagClassName
{
color: #143AB4;
}
</style>
background-color css
<style>
a { background-color: #143AB4; }
a { background-color: rgb(20,58,180); }
div.DivClassName
{
background-color: #143AB4;
}
.BgClassName
{
background-color: #143AB4;
}
</style>
border-color css
<style>
span { border-color: #143AB4; }
span { border-color: rgb(20,58,180); }
td.TdClassName
{
border-color: #143AB4;
}
.TagClassName
{
border-color: #143AB4;
}
</style>