#163B6D

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

Shades of Prussian Blue #163B6D

Tints of Prussian Blue #163B6D

Color information

#163B6D (or 0x163B6D) is unknown color: approx Prussian Blue. HEX triplet: 16, 3B and 6D. RGB value is (22,59,109). Sum of RGB (Red+Green+Blue) = 22+59+109=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #163B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B6D is #E9C492. Grayscale: #353535. Windows color (decimal): -15320211 or 7158550. OLE color: 7158550.

HSL color Cylindrical-coordinate representation of color #163B6D: hue angle of 214.48º 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 #163B6D is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2259109-
CMYK0.800.4600.57
HSL214.48º66.41%25.69%-
HSV(B)214.48º79.82%42.75%-
XYZ4.664.415.07-
YUV53.64159.24105.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 109 (42.97% from 255) = 57.37%
R=11.58%
G=31.05%
B=57.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal22591090.800.4600.57214.4866.4125.69
Hex163B6D502E039d6421a
Octal26731551205607132610232
Binary1011011101111011011010000101110011100111010110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163B6D; }

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

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

<style>
 a { background-color: #163B6D; }

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

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

<style>
 span { border-color: #163B6D; }

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

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