#14386B

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

Shades of Prussian Blue #14386B

Tints of Prussian Blue #14386B

Color information

#14386B (or 0x14386B) is unknown color: approx Prussian Blue. HEX triplet: 14, 38 and 6B. RGB value is (20,56,107). Sum of RGB (Red+Green+Blue) = 20+56+107=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #14386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14386B is #EBC794. Grayscale: #323232. Windows color (decimal): -15452053 or 7026708. OLE color: 7026708.

HSL color Cylindrical-coordinate representation of color #14386B: hue angle of 215.17º 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 #14386B is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2056107-
CMYK0.810.4800.58
HSL215.17º68.5%24.9%-
HSV(B)215.17º81.31%41.96%-
XYZ4.364.0414.46-
YUV51.05159.57105.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 107 (42.19% from 255) = 58.47%
R=10.93%
G=30.60%
B=58.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20561070.810.4800.58215.1768.524.9
Hex14386B513003Ad74519
Octal24701531216007232710531
Binary1010011100011010111010001110000011101011010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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