Shades of Prussian Blue #14386C
Tints of Prussian Blue #14386C
RGB
CMYK
RGB Variations
Color information
#14386C (or 0x14386C) is known color: Prussian Blue. HEX triplet: 14, 38 and 6C. RGB value is (20,56,108). Sum of RGB (Red+Green+Blue) = 20+56+108=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #14386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14386C is #EBC793. Grayscale: #323232. Windows color (decimal): -15452052 or 7092244. OLE color: 7092244.
HSL color Cylindrical-coordinate representation of color #14386C: hue angle of 215.45º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14386C is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 56 | 108 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.58 |
| HSL | 215.45º | 0.69% | 0.25% | - |
| HSV(B) | 215.45º | 0.81% | 0.42% | - |
| XYZ | 4.41 | 4.06 | 14.74 | - |
| YUV | 51.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 108 | 0.81 | 0.48 | 0 | 0.58 | 215.45 | 0.69 | 0.25 |
| Hex | 14 | 38 | 6C | 51 | 30 | 0 | 3A | D7 | 45 | 19 |
| Octal | 24 | 70 | 154 | 121 | 60 | 0 | 72 | 327 | 105 | 31 |
| Binary | 10100 | 111000 | 1101100 | 1010001 | 110000 | 0 | 111010 | 11010111 | 1000101 | 11001 |
Color Harmonies of #14386C
Complementary color
Monochromatic Colors of #14386C
Black with #14386C
Text Example
Text Example
White with #14386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14386C; }
p { color: rgb(20,56,108); }
H1.HeaderClassName
{
color: #14386C;
}
.AnyTagClassName
{
color: #14386C;
}
</style>
background-color css
<style>
a { background-color: #14386C; }
a { background-color: rgb(20,56,108); }
div.DivClassName
{
background-color: #14386C;
}
.BgClassName
{
background-color: #14386C;
}
</style>
border-color css
<style>
span { border-color: #14386C; }
span { border-color: rgb(20,56,108); }
td.TdClassName
{
border-color: #14386C;
}
.TagClassName
{
border-color: #14386C;
}
</style>