#16386D

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

Shades of Prussian Blue #16386D

Tints of Prussian Blue #16386D

Color information

#16386D (or 0x16386D) is unknown color: approx Prussian Blue. HEX triplet: 16, 38 and 6D. RGB value is (22,56,109). Sum of RGB (Red+Green+Blue) = 22+56+109=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #16386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16386D is #E9C792. Grayscale: #333333. Windows color (decimal): -15320979 or 7157782. OLE color: 7157782.

HSL color Cylindrical-coordinate representation of color #16386D: hue angle of 216.55º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16386D is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2256109-
CMYK0.800.4900.57
HSL216.55º66.41%25.69%-
HSV(B)216.55º79.82%42.75%-
XYZ4.514.115.02-
YUV51.88160.24106.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 109 (42.97% from 255) = 58.29%
R=11.76%
G=29.95%
B=58.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22561090.800.4900.57216.5566.4125.69
Hex16386D5031039d9421a
Octal26701551206107133110232
Binary1011011100011011011010000110001011100111011001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,56,109); }

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

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

 a { background-color: rgb(22,56,109); }

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

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

 span { border-color: rgb(22,56,109); }

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