Shades of Prussian Blue #143866
Tints of Prussian Blue #143866
RGB
CMYK
RGB Variations
Color information
#143866 (or 0x143866) is known color: Prussian Blue. HEX triplet: 14, 38 and 66. RGB value is (20,56,102). Sum of RGB (Red+Green+Blue) = 20+56+102=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #143866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143866 is #EBC799. Grayscale: #323232. Windows color (decimal): -15452058 or 6699028. OLE color: 6699028.
HSL color Cylindrical-coordinate representation of color #143866: hue angle of 213.66º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143866 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 56 | 102 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.6 |
| HSL | 213.66º | 0.67% | 0.24% | - |
| HSV(B) | 213.66º | 0.8% | 0.4% | - |
| XYZ | 4.1 | 3.94 | 13.11 | - |
| YUV | 50.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 102 | 0.80 | 0.45 | 0 | 0.6 | 213.66 | 0.67 | 0.24 |
| Hex | 14 | 38 | 66 | 50 | 2D | 0 | 3C | D6 | 43 | 18 |
| Octal | 24 | 70 | 146 | 120 | 55 | 0 | 74 | 326 | 103 | 30 |
| Binary | 10100 | 111000 | 1100110 | 1010000 | 101101 | 0 | 111100 | 11010110 | 1000011 | 11000 |
Color Harmonies of #143866
Complementary color
Monochromatic Colors of #143866
Black with #143866
Text Example
Text Example
White with #143866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143866; }
p { color: rgb(20,56,102); }
H1.HeaderClassName
{
color: #143866;
}
.AnyTagClassName
{
color: #143866;
}
</style>
background-color css
<style>
a { background-color: #143866; }
a { background-color: rgb(20,56,102); }
div.DivClassName
{
background-color: #143866;
}
.BgClassName
{
background-color: #143866;
}
</style>
border-color css
<style>
span { border-color: #143866; }
span { border-color: rgb(20,56,102); }
td.TdClassName
{
border-color: #143866;
}
.TagClassName
{
border-color: #143866;
}
</style>