Shades of Persian Blue #143CCB
Tints of Persian Blue #143CCB
RGB
CMYK
RGB Variations
Color information
#143CCB (or 0x143CCB) is known color: Persian Blue. HEX triplet: 14, 3C and CB. RGB value is (20,60,203). Sum of RGB (Red+Green+Blue) = 20+60+203=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #143CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143CCB is #EBC334. Grayscale: #3F3F3F. Windows color (decimal): -15450933 or 13319188. OLE color: 13319188.
HSL color Cylindrical-coordinate representation of color #143CCB: hue angle of 226.89º 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 #143CCB is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 60 | 203 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.20 |
| HSL | 226.89º | 0.82% | 0.44% | - |
| HSV(B) | 226.89º | 0.9% | 0.8% | - |
| XYZ | 12.68 | 7.69 | 57.32 | - |
| YUV | 64.34 | 206.25 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 203 | 0.90 | 0.70 | 0 | 0.20 | 226.89 | 0.82 | 0.44 |
| Hex | 14 | 3C | CB | 5A | 46 | 0 | 14 | E3 | 52 | 2C |
| Octal | 24 | 74 | 313 | 132 | 106 | 0 | 24 | 343 | 122 | 54 |
| Binary | 10100 | 111100 | 11001011 | 1011010 | 1000110 | 0 | 10100 | 11100011 | 1010010 | 101100 |
Color Harmonies of #143CCB
Complementary color
Monochromatic Colors of #143CCB
Black with #143CCB
Text Example
Text Example
White with #143CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CCB; }
p { color: rgb(20,60,203); }
H1.HeaderClassName
{
color: #143CCB;
}
.AnyTagClassName
{
color: #143CCB;
}
</style>
background-color css
<style>
a { background-color: #143CCB; }
a { background-color: rgb(20,60,203); }
div.DivClassName
{
background-color: #143CCB;
}
.BgClassName
{
background-color: #143CCB;
}
</style>
border-color css
<style>
span { border-color: #143CCB; }
span { border-color: rgb(20,60,203); }
td.TdClassName
{
border-color: #143CCB;
}
.TagClassName
{
border-color: #143CCB;
}
</style>