Shades of Persian Blue #143BCB
Tints of Persian Blue #143BCB
RGB
CMYK
RGB Variations
Color information
#143BCB (or 0x143BCB) is known color: Persian Blue. HEX triplet: 14, 3B and CB. RGB value is (20,59,203). Sum of RGB (Red+Green+Blue) = 20+59+203=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #143BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143BCB is #EBC434. Grayscale: #3F3F3F. Windows color (decimal): -15451189 or 13318932. OLE color: 13318932.
HSL color Cylindrical-coordinate representation of color #143BCB: hue angle of 227.21º 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 #143BCB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 59 | 203 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.20 |
| HSL | 227.21º | 0.82% | 0.44% | - |
| HSV(B) | 227.21º | 0.9% | 0.8% | - |
| XYZ | 12.63 | 7.59 | 57.3 | - |
| YUV | 63.76 | 206.58 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 203 | 0.90 | 0.71 | 0 | 0.20 | 227.21 | 0.82 | 0.44 |
| Hex | 14 | 3B | CB | 5A | 47 | 0 | 14 | E3 | 52 | 2C |
| Octal | 24 | 73 | 313 | 132 | 107 | 0 | 24 | 343 | 122 | 54 |
| Binary | 10100 | 111011 | 11001011 | 1011010 | 1000111 | 0 | 10100 | 11100011 | 1010010 | 101100 |
Color Harmonies of #143BCB
Complementary color
Monochromatic Colors of #143BCB
Black with #143BCB
Text Example
Text Example
White with #143BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143BCB; }
p { color: rgb(20,59,203); }
H1.HeaderClassName
{
color: #143BCB;
}
.AnyTagClassName
{
color: #143BCB;
}
</style>
background-color css
<style>
a { background-color: #143BCB; }
a { background-color: rgb(20,59,203); }
div.DivClassName
{
background-color: #143BCB;
}
.BgClassName
{
background-color: #143BCB;
}
</style>
border-color css
<style>
span { border-color: #143BCB; }
span { border-color: rgb(20,59,203); }
td.TdClassName
{
border-color: #143BCB;
}
.TagClassName
{
border-color: #143BCB;
}
</style>