#14386D

Color #14386D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #14386D

Tints of Prussian Blue #14386D

Color information

#14386D (or 0x14386D) is unknown color: approx Prussian Blue. HEX triplet: 14, 38 and 6D. RGB value is (20,56,109). Sum of RGB (Red+Green+Blue) = 20+56+109=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #14386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14386D is #EBC792. Grayscale: #333333. Windows color (decimal): -15452051 or 7157780. OLE color: 7157780.

HSL color Cylindrical-coordinate representation of color #14386D: hue angle of 215.73º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14386D is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2056109-
CMYK0.820.4900.57
HSL215.73º68.99%25.29%-
HSV(B)215.73º81.65%42.75%-
XYZ4.464.0815.02-
YUV51.28160.57105.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 109 (42.97% from 255) = 58.92%
R=10.81%
G=30.27%
B=58.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20561090.820.4900.57215.7368.9925.29
Hex14386D5231039d84519
Octal24701551226107133010531
Binary1010011100011011011010010110001011100111011000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14386D; }

 p { color: rgb(20,56,109); }

 H1.HeaderClassName
 {
   color: #14386D;
 }
 .AnyTagClassName
 {
   color: #14386D;
 }
</style>
background-color css

<style>
 a { background-color: #14386D; }

 a { background-color: rgb(20,56,109); }

 div.DivClassName
 {
   background-color: #14386D;
 }
 .BgClassName
 {
   background-color: #14386D;
 }
</style>
border-color css

<style>
 span { border-color: #14386D; }

 span { border-color: rgb(20,56,109); }

 td.TdClassName
 {
   border-color: #14386D;
 }
 .TagClassName
 {
   border-color: #14386D;
 }
</style>