#14376D

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

Shades of Prussian Blue #14376D

Tints of Prussian Blue #14376D

Color information

#14376D (or 0x14376D) is unknown color: approx Prussian Blue. HEX triplet: 14, 37 and 6D. RGB value is (20,55,109). Sum of RGB (Red+Green+Blue) = 20+55+109=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #14376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14376D is #EBC892. Grayscale: #323232. Windows color (decimal): -15452307 or 7157524. OLE color: 7157524.

HSL color Cylindrical-coordinate representation of color #14376D: hue angle of 216.4º 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 #14376D is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2055109-
CMYK0.820.5000.57
HSL216.4º68.99%25.29%-
HSV(B)216.4º81.65%42.75%-
XYZ4.413.9915-
YUV50.69160.9106.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 109 (42.97% from 255) = 59.24%
R=10.87%
G=29.89%
B=59.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20551090.820.5000.57216.468.9925.29
Hex14376D5232039d84519
Octal24671551226207133010531
Binary1010011011111011011010010110010011100111011000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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