#14396C

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

Shades of Prussian Blue #14396C

Tints of Prussian Blue #14396C

Color information

#14396C (or 0x14396C) is unknown color: approx Prussian Blue. HEX triplet: 14, 39 and 6C. RGB value is (20,57,108). Sum of RGB (Red+Green+Blue) = 20+57+108=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #14396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14396C is #EBC693. Grayscale: #333333. Windows color (decimal): -15451796 or 7092500. OLE color: 7092500.

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

Color convert

RGB2057108-
CMYK0.810.4700.58
HSL214.77º68.75%25.1%-
HSV(B)214.77º81.48%42.35%-
XYZ4.464.1614.75-
YUV51.75159.74105.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=10.81%
G=30.81%
B=58.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20571080.810.4700.58214.7768.7525.1
Hex14396C512F03Ad74519
Octal24711541215707232710531
Binary1010011100111011001010001101111011101011010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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