#166384

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

Shades of Allports #166384

Tints of Allports #166384

Color information

#166384 (or 0x166384) is unknown color: approx Allports. HEX triplet: 16, 63 and 84. RGB value is (22,99,132). Sum of RGB (Red+Green+Blue) = 22+99+132=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #166384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166384 is #E99C7B. Grayscale: #4F4F4F. Windows color (decimal): -15309948 or 8676118. OLE color: 8676118.

HSL color Cylindrical-coordinate representation of color #166384: hue angle of 198º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166384 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2299132-
CMYK0.830.2500.48
HSL198º71.43%30.2%-
HSV(B)198º83.33%51.76%-
XYZ8.9610.7623.43-
YUV79.74157.4986.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.70%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=8.70%
G=39.13%
B=52.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22991320.830.2500.4819871.4330.2
Hex1663845319030c6471e
Octal261432041233106030610736
Binary10110110001110000100101001111001011000011000110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166384; }

 p { color: rgb(22,99,132); }

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

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

 a { background-color: rgb(22,99,132); }

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

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

 span { border-color: rgb(22,99,132); }

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