Shades of Persian Blue #143DBB
Tints of Persian Blue #143DBB
RGB
CMYK
RGB Variations
Color information
#143DBB (or 0x143DBB) is known color: Persian Blue. HEX triplet: 14, 3D and BB. RGB value is (20,61,187). Sum of RGB (Red+Green+Blue) = 20+61+187=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #143DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #143DBB is #EBC244. Grayscale: #3E3E3E. Windows color (decimal): -15450693 or 12270868. OLE color: 12270868.
HSL color Cylindrical-coordinate representation of color #143DBB: hue angle of 225.27º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143DBB is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 61 | 187 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.27 |
| HSL | 225.27º | 0.81% | 0.41% | - |
| HSV(B) | 225.27º | 0.89% | 0.73% | - |
| XYZ | 10.93 | 7.07 | 47.8 | - |
| YUV | 63.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 187 | 0.89 | 0.67 | 0 | 0.27 | 225.27 | 0.81 | 0.41 |
| Hex | 14 | 3D | BB | 59 | 43 | 0 | 1B | E1 | 51 | 29 |
| Octal | 24 | 75 | 273 | 131 | 103 | 0 | 33 | 341 | 121 | 51 |
| Binary | 10100 | 111101 | 10111011 | 1011001 | 1000011 | 0 | 11011 | 11100001 | 1010001 | 101001 |
Color Harmonies of #143DBB
Complementary color
Monochromatic Colors of #143DBB
Black with #143DBB
Text Example
Text Example
White with #143DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DBB; }
p { color: rgb(20,61,187); }
H1.HeaderClassName
{
color: #143DBB;
}
.AnyTagClassName
{
color: #143DBB;
}
</style>
background-color css
<style>
a { background-color: #143DBB; }
a { background-color: rgb(20,61,187); }
div.DivClassName
{
background-color: #143DBB;
}
.BgClassName
{
background-color: #143DBB;
}
</style>
border-color css
<style>
span { border-color: #143DBB; }
span { border-color: rgb(20,61,187); }
td.TdClassName
{
border-color: #143DBB;
}
.TagClassName
{
border-color: #143DBB;
}
</style>