Shades of Prussian Blue #143667
Tints of Prussian Blue #143667
RGB
CMYK
RGB Variations
Color information
#143667 (or 0x143667) is known color: Prussian Blue. HEX triplet: 14, 36 and 67. RGB value is (20,54,103). Sum of RGB (Red+Green+Blue) = 20+54+103=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #143667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143667 is #EBC998. Grayscale: #313131. Windows color (decimal): -15452569 or 6764052. OLE color: 6764052.
HSL color Cylindrical-coordinate representation of color #143667: hue angle of 215.42º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143667 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 54 | 103 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.60 |
| HSL | 215.42º | 0.67% | 0.24% | - |
| HSV(B) | 215.42º | 0.81% | 0.4% | - |
| XYZ | 4.06 | 3.77 | 13.35 | - |
| YUV | 49.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 103 | 0.81 | 0.48 | 0 | 0.60 | 215.42 | 0.67 | 0.24 |
| Hex | 14 | 36 | 67 | 51 | 30 | 0 | 3C | D7 | 43 | 18 |
| Octal | 24 | 66 | 147 | 121 | 60 | 0 | 74 | 327 | 103 | 30 |
| Binary | 10100 | 110110 | 1100111 | 1010001 | 110000 | 0 | 111100 | 11010111 | 1000011 | 11000 |
Color Harmonies of #143667
Complementary color
Monochromatic Colors of #143667
Black with #143667
Text Example
Text Example
White with #143667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143667; }
p { color: rgb(20,54,103); }
H1.HeaderClassName
{
color: #143667;
}
.AnyTagClassName
{
color: #143667;
}
</style>
background-color css
<style>
a { background-color: #143667; }
a { background-color: rgb(20,54,103); }
div.DivClassName
{
background-color: #143667;
}
.BgClassName
{
background-color: #143667;
}
</style>
border-color css
<style>
span { border-color: #143667; }
span { border-color: rgb(20,54,103); }
td.TdClassName
{
border-color: #143667;
}
.TagClassName
{
border-color: #143667;
}
</style>