Shades of Prussian Blue #143666
Tints of Prussian Blue #143666
RGB
CMYK
RGB Variations
Color information
#143666 (or 0x143666) is known color: Prussian Blue. HEX triplet: 14, 36 and 66. RGB value is (20,54,102). Sum of RGB (Red+Green+Blue) = 20+54+102=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #143666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143666 is #EBC999. Grayscale: #313131. Windows color (decimal): -15452570 or 6698516. OLE color: 6698516.
HSL color Cylindrical-coordinate representation of color #143666: hue angle of 215.12º 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 #143666 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 54 | 102 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.6 |
| HSL | 215.12º | 0.67% | 0.24% | - |
| HSV(B) | 215.12º | 0.8% | 0.4% | - |
| XYZ | 4.01 | 3.75 | 13.08 | - |
| YUV | 49.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 102 | 0.80 | 0.47 | 0 | 0.6 | 215.12 | 0.67 | 0.24 |
| Hex | 14 | 36 | 66 | 50 | 2F | 0 | 3C | D7 | 43 | 18 |
| Octal | 24 | 66 | 146 | 120 | 57 | 0 | 74 | 327 | 103 | 30 |
| Binary | 10100 | 110110 | 1100110 | 1010000 | 101111 | 0 | 111100 | 11010111 | 1000011 | 11000 |
Color Harmonies of #143666
Complementary color
Monochromatic Colors of #143666
Black with #143666
Text Example
Text Example
White with #143666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143666; }
p { color: rgb(20,54,102); }
H1.HeaderClassName
{
color: #143666;
}
.AnyTagClassName
{
color: #143666;
}
</style>
background-color css
<style>
a { background-color: #143666; }
a { background-color: rgb(20,54,102); }
div.DivClassName
{
background-color: #143666;
}
.BgClassName
{
background-color: #143666;
}
</style>
border-color css
<style>
span { border-color: #143666; }
span { border-color: rgb(20,54,102); }
td.TdClassName
{
border-color: #143666;
}
.TagClassName
{
border-color: #143666;
}
</style>