Shades of Prussian Blue #143665
Tints of Prussian Blue #143665
RGB
CMYK
RGB Variations
Color information
#143665 (or 0x143665) is known color: Prussian Blue. HEX triplet: 14, 36 and 65. RGB value is (20,54,101). Sum of RGB (Red+Green+Blue) = 20+54+101=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #143665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143665 is #EBC99A. Grayscale: #303030. Windows color (decimal): -15452571 or 6632980. OLE color: 6632980.
HSL color Cylindrical-coordinate representation of color #143665: hue angle of 214.81º 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 #143665 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 54 | 101 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.60 |
| HSL | 214.81º | 0.67% | 0.24% | - |
| HSV(B) | 214.81º | 0.8% | 0.4% | - |
| XYZ | 3.96 | 3.73 | 12.82 | - |
| YUV | 49.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 101 | 0.80 | 0.47 | 0 | 0.60 | 214.81 | 0.67 | 0.24 |
| Hex | 14 | 36 | 65 | 50 | 2F | 0 | 3C | D7 | 43 | 18 |
| Octal | 24 | 66 | 145 | 120 | 57 | 0 | 74 | 327 | 103 | 30 |
| Binary | 10100 | 110110 | 1100101 | 1010000 | 101111 | 0 | 111100 | 11010111 | 1000011 | 11000 |
Color Harmonies of #143665
Complementary color
Monochromatic Colors of #143665
Black with #143665
Text Example
Text Example
White with #143665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143665; }
p { color: rgb(20,54,101); }
H1.HeaderClassName
{
color: #143665;
}
.AnyTagClassName
{
color: #143665;
}
</style>
background-color css
<style>
a { background-color: #143665; }
a { background-color: rgb(20,54,101); }
div.DivClassName
{
background-color: #143665;
}
.BgClassName
{
background-color: #143665;
}
</style>
border-color css
<style>
span { border-color: #143665; }
span { border-color: rgb(20,54,101); }
td.TdClassName
{
border-color: #143665;
}
.TagClassName
{
border-color: #143665;
}
</style>