Shades of Persian Blue #143BC8
Tints of Persian Blue #143BC8
RGB
CMYK
RGB Variations
Color information
#143BC8 (or 0x143BC8) is known color: Persian Blue. HEX triplet: 14, 3B and C8. RGB value is (20,59,200). Sum of RGB (Red+Green+Blue) = 20+59+200=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 200 (78.52% from 255 or 71.68% from 279); Max value from RGB is 200 - color contains mainly: blue. Hex color #143BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BC8 is #EBC437. Grayscale: #3E3E3E. Windows color (decimal): -15451192 or 13122324. OLE color: 13122324.
HSL color Cylindrical-coordinate representation of color #143BC8: hue angle of 227º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #143BC8 is Cyan = 0.9, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 59 | 200 | - |
| CMYK | 0.9 | 0.70 | 0 | 0.22 |
| HSL | 227º | 0.82% | 0.43% | - |
| HSV(B) | 227º | 0.9% | 0.78% | - |
| XYZ | 12.28 | 7.45 | 55.43 | - |
| YUV | 63.41 | 205.08 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 200 | 0.9 | 0.70 | 0 | 0.22 | 227 | 0.82 | 0.43 |
| Hex | 14 | 3B | C8 | 5A | 46 | 0 | 16 | E3 | 52 | 2B |
| Octal | 24 | 73 | 310 | 132 | 106 | 0 | 26 | 343 | 122 | 53 |
| Binary | 10100 | 111011 | 11001000 | 1011010 | 1000110 | 0 | 10110 | 11100011 | 1010010 | 101011 |
Color Harmonies of #143BC8
Complementary color
Monochromatic Colors of #143BC8
Black with #143BC8
Text Example
Text Example
White with #143BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BC8; }
p { color: rgb(20,59,200); }
H1.HeaderClassName
{
color: #143BC8;
}
.AnyTagClassName
{
color: #143BC8;
}
</style>
background-color css
<style>
a { background-color: #143BC8; }
a { background-color: rgb(20,59,200); }
div.DivClassName
{
background-color: #143BC8;
}
.BgClassName
{
background-color: #143BC8;
}
</style>
border-color css
<style>
span { border-color: #143BC8; }
span { border-color: rgb(20,59,200); }
td.TdClassName
{
border-color: #143BC8;
}
.TagClassName
{
border-color: #143BC8;
}
</style>