#14376A

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

Shades of Prussian Blue #14376A

Tints of Prussian Blue #14376A

Color information

#14376A (or 0x14376A) is unknown color: approx Prussian Blue. HEX triplet: 14, 37 and 6A. RGB value is (20,55,106). Sum of RGB (Red+Green+Blue) = 20+55+106=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #14376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14376A is #EBC895. Grayscale: #323232. Windows color (decimal): -15452310 or 6960916. OLE color: 6960916.

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

Color convert

RGB2055106-
CMYK0.810.4800.58
HSL215.58º68.25%24.71%-
HSV(B)215.58º81.13%41.57%-
XYZ4.263.9214.17-
YUV50.35159.4106.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 106 (41.80% from 255) = 58.56%
R=11.05%
G=30.39%
B=58.56%

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
Decimal20551060.810.4800.58215.5868.2524.71
Hex14376A513003Ad84419
Octal24671521216007233010431
Binary1010011011111010101010001110000011101011011000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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