#16328B

Color #16328B Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #16328B

Tints of Smalt #16328B

Color information

#16328B (or 0x16328B) is unknown color: approx Smalt. HEX triplet: 16, 32 and 8B. RGB value is (22,50,139). Sum of RGB (Red+Green+Blue) = 22+50+139=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #16328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16328B is #E9CD74. Grayscale: #333333. Windows color (decimal): -15322485 or 9122326. OLE color: 9122326.

HSL color Cylindrical-coordinate representation of color #16328B: hue angle of 225.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16328B is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2250139-
CMYK0.840.6400.45
HSL225.64º72.67%31.57%-
HSV(B)225.64º84.17%54.51%-
XYZ6.134.3224.94-
YUV51.77177.22106.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=10.43%
G=23.70%
B=65.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22501390.840.6400.45225.6472.6731.57
Hex16328B544002De24920
Octal266221312410005534211140
Binary1011011001010001011101010010000000101101111000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16328B; }

 p { color: rgb(22,50,139); }

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

<style>
 a { background-color: #16328B; }

 a { background-color: rgb(22,50,139); }

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

<style>
 span { border-color: #16328B; }

 span { border-color: rgb(22,50,139); }

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