#16678B

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

Shades of Allports #16678B

Tints of Allports #16678B

Color information

#16678B (or 0x16678B) is unknown color: approx Allports. HEX triplet: 16, 67 and 8B. RGB value is (22,103,139). Sum of RGB (Red+Green+Blue) = 22+103+139=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #16678B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #16678B is #E99874. Grayscale: #525252. Windows color (decimal): -15308917 or 9135894. OLE color: 9135894.

HSL color Cylindrical-coordinate representation of color #16678B: hue angle of 198.46º 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 #16678B is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB22103139-
CMYK0.840.2600.45
HSL198.46º72.67%31.57%-
HSV(B)198.46º84.17%54.51%-
XYZ9.8411.7426.17-
YUV82.88159.6684.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.33%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=8.33%
G=39.02%
B=52.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal221031390.840.2600.45198.4672.6731.57
Hex16678B541A02Dc64920
Octal261472131243205530611140
Binary101101100111100010111010100110100101101110001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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