#14396F

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

Shades of Prussian Blue #14396F

Tints of Prussian Blue #14396F

Color information

#14396F (or 0x14396F) is unknown color: approx Prussian Blue. HEX triplet: 14, 39 and 6F. RGB value is (20,57,111). Sum of RGB (Red+Green+Blue) = 20+57+111=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #14396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14396F is #EBC690. Grayscale: #333333. Windows color (decimal): -15451793 or 7289108. OLE color: 7289108.

HSL color Cylindrical-coordinate representation of color #14396F: hue angle of 215.6º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14396F is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2057111-
CMYK0.820.4900.56
HSL215.6º69.47%25.69%-
HSV(B)215.6º81.98%43.53%-
XYZ4.624.2215.61-
YUV52.09161.24105.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 111 (43.75% from 255) = 59.04%
R=10.64%
G=30.32%
B=59.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20571110.820.4900.56215.669.4725.69
Hex14396F5231038d8451a
Octal24711571226107033010532
Binary1010011100111011111010010110001011100011011000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14396F; }

 p { color: rgb(20,57,111); }

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

<style>
 a { background-color: #14396F; }

 a { background-color: rgb(20,57,111); }

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

<style>
 span { border-color: #14396F; }

 span { border-color: rgb(20,57,111); }

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